Quick Edit Inputs and custom dropdowns should take care of "Enter" key and stop propagation using event.preventDefault() - this should help to avoid false triggering of listing actions like "remove storage" or similar messages. But also could be used to mark/unmark in case of custom dropdowns.
Quick Edit Inputs and custom dropdowns should take care of "Enter" key and stop propagation using
event.preventDefault()
- this should help to avoid false triggering of listing actions like "remove storage" or similar messages. But also could be used to mark/unmark in case of custom dropdowns.