I am using text-transform:uppercase in input box. it is not support in tablet browser.
Here is my HTML:
<html>
<body>
<input type="text" class="isCapital">
</body>
</html>
And CSS:
.isCapital{text-transform:uppercase;}
anybody have solution for this. please update your answers.
You have:
<!-- v--- this was misspelled -->
<input type="text" class="isCaptial">
It should be:
<input type="text" class="isCapital" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With