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'm using SelectBox and MultiSelectBox components inside a form and these fields are required but I could not pass required prop for them, also in order to get selected values of these two component from my FormData value created from form refs, i got null for these two fields. While I could get the value of TextInput components used in this form from FormData value.
I'm using tremor/react V2.0.1
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using SelectBox and MultiSelectBox components inside a form and these fields are required but I could not pass
required
prop for them, also in order to get selected values of these two component from my FormData value created from form refs, i got null for these two fields. While I could get the value of TextInput components used in this form from FormData value.I'm using tremor/react V2.0.1
Beta Was this translation helpful? Give feedback.
All reactions