Replies: 3 comments 4 replies
-
hey @krnlde, how are you? This is awesome! I love to save bytes, this change will be more performant and probably get us back to 8.2kb again. please send a PR, it's your contribution! ✨✌🏻 (if you are i can take over, and mention your name in the realse note) Cheers |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's not working in IE though. Is that a problem? |
Beta Was this translation helpful? Give feedback.
2 replies
-
X-Ref: #6678 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Bill, I just saw this code piece
react-hook-form/src/logic/getMultipleSelectValue.ts
Lines 1 to 6 in 3a4c79b
and thought this could be improved by browser native properties
https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/selectedOptions
Hope this is somehow useful.
Specifically with:
you could skip the filter part.
Cheers mate :)
Beta Was this translation helpful? Give feedback.
All reactions