You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great component, it worked right out of the box!
One question:
The HTML <input type=number> will make for example Android browsers open a keyboard with only numbers as available input. No other characters. This is a great thing for the end user.
Is there any way to achieve this via your component? I tried adding type=number but that didn't work.
Thanks again!
/Pär
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for the great component, it worked right out of the box!
One question:
The HTML
<input type=number>
will make for example Android browsers open a keyboard with only numbers as available input. No other characters. This is a great thing for the end user.Is there any way to achieve this via your component? I tried adding type=number but that didn't work.
Thanks again!
/Pär
The text was updated successfully, but these errors were encountered: