Conversation
* Add prop reference to README and interface * Add storybook entryAdd prop to mark field as required
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/srigar/multiselect-react-dropdown/BDJFgwyeKF9GhQuW2aTiAnkpCq88 |
|
There is no feedback provided to the end user they are missing information. Open to suggestions on the best way to do so. |
| style={style['inputField']} | ||
| autoComplete="off" | ||
| disabled={singleSelect || disable} | ||
| required={required} |
There was a problem hiding this comment.
Adding required in input doesn't help I believe, because input field will always be empty, after selecting any option we will clear the input field value. So it will always throw error.
There was a problem hiding this comment.
🤦 Oh right. I jumped in without looking. I'll pull this back to a draft state and work on a different solution.
* Add validation message on field

Uh oh!
There was an error while loading. Please reload this page.