-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rich Select's required prop not working properly #215
Comments
@KimangKhenng can yo share the fetch options method? |
Thanks for your reply, This is my fetch-options function.
|
@KimangKhenng cannot find any issue with the method so maybe the result from your API request is not being properly formated, what do you see if you |
Hi @alfonsobries , Once again, thanks for your attention!
|
It doesn't work with a regular rich select either (options supplied from an array for example). Even though the required prop is set, you can just submit anyway without any problems. So I believe the required prop doesn't do anything just in general. |
I've also noticed this. Seems "required" was forgotten in the renderer.
|
I used with fetch-options to get options from servers. I put it inside a form so that the required prop can be used.
However, the required prop doesn't do anything when I try to submit. the form simply bypassed .
Here is my example:
The text was updated successfully, but these errors were encountered: