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
sashamilenkovic
changed the title
No mention of step property on FormKit input type numberstep property on FormKit input type number should be more prominently featured
Nov 14, 2023
HTML number inputs will throw a native validation error when submitting a float:
https://formkit.link/079bded4a052e50851e47c85d7b26adb
Setting
step
toany
avoids that validation error:https://formkit.link/53394a3b41d0c5cf216602e9d46000b6
This should be mentioned explicitly in the documentation for the
type="number"
FormKit input.The text was updated successfully, but these errors were encountered: