Closed 1r3n33 closed 3 years ago
Will look into this. Thank you for reporting.
Edit: sorry, yes if you're able to make a PR that would be great. I'll review it asap.
Should be fixed in 2ea2ced4ffc2fa203804163c91f3aa894660a40e.
Thank you for the fix @MrCreeper1008.
Here is an alternative version with conditional checks and tests: https://github.com/1r3n33/react-bulma-components/commit/278f6a8d3ea0da2847748dac4de151f5994b245c
ahh yes i forgot about testing. do you mind pulling in the test code and make a PR for it?
Hello,
I'm experiencing a warning with
Select
whenmultiple
prop is true. Can you confirm this issue?Bug description
I get a warning when I use
Select
with themultiple
prop and pass an array tovalue
prop:To Reproduce
Expected behavior
No warning.
Versions
react-bulma-components
: 3.4.0bulma
: 0.8.2react
: 17.0.1Browser
: Google Chrome 87Additional context
I have fixed the issue locally by changing the
value
constraint inSelect.js
:I am willing to create a pull request in the
next
branch so it can be fixed for 4.0 (I can also do a pull request for 3.4.0).What do you think?