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
I found out that the <scale-text-field></scale-text-field> component does not support min and max property at type=number. There is only max-length and min-length props which are only for text input. Is it planned for the future to add min and max props to this component? Or is it planned to create a new component for numbers like <scale-input-field>?
I need something like this: <scale-text-field type="number" min="1" max="10" step="1"></scale-text-field>
Thank you :)
The text was updated successfully, but these errors were encountered:
peterszeles
changed the title
scale-text-field min/max value at type number
scale-text-field min/max property at type number
Apr 4, 2022
Hi there,
I found out that the
<scale-text-field></scale-text-field>
component does not supportmin
andmax
property attype=number
. There is onlymax-length
andmin-length
props which are only for text input. Is it planned for the future to addmin
andmax
props to this component? Or is it planned to create a new component for numbers like<scale-input-field>
?I need something like this:
<scale-text-field type="number" min="1" max="10" step="1"></scale-text-field>
Thank you :)
The text was updated successfully, but these errors were encountered: