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
This is not a bug. Rather a request to change the default behavior of the new selectOnNavigation prop on the Dropdown component and its default value true. I would expect the default to be false.
A value in a regular select has to be confirmed with RETURN as well.
On my end this caused an avalanche of back-end actions and harmful data changes on the fly. I'm pretty sure this breaks other apps as well.
The text was updated successfully, but these errors were encountered:
Currently, it is on by default in parity with SUI's jQuery implementation. Let's leave this open a while and see what the community thinks.
My personal opinion is that it is OK as is. I think it is the responsibility of the implementation to test and handle callbacks accordingly. Very happy to be outvoted though :)
This is not a bug. Rather a request to change the default behavior of the new selectOnNavigation prop on the Dropdown component and its default value true. I would expect the default to be false.
A value in a regular select has to be confirmed with RETURN as well.
On my end this caused an avalanche of back-end actions and harmful data changes on the fly. I'm pretty sure this breaks other apps as well.
The text was updated successfully, but these errors were encountered: