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
That I'm getting client-side enforcement of schema constraints, such as a 60 character limit on an input field.
I wasn't sure if Formsnap intended to abstract this, so that one need not pass this property to the <Input> anymore. Would love some feedback on what the best way is to get client-side schema constraints to make inputting fields more natural.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Firstly, thanks for building this great library.
I'm building my first project with Formsnap and noticed that if I spread
{...$constraints.x}
onto an input like so:That I'm getting client-side enforcement of schema constraints, such as a 60 character limit on an input field.
I wasn't sure if Formsnap intended to abstract this, so that one need not pass this property to the
<Input>
anymore. Would love some feedback on what the best way is to get client-side schema constraints to make inputting fields more natural.Beta Was this translation helpful? Give feedback.
All reactions