jrie / sqstorage

A easy to use and quick way to organize your inventory, storages and storage areas
https://sqstorage.net
GNU General Public License v3.0
26 stars 18 forks source link

Escape "Enter" key on inputs #67

Closed jrie closed 2 years ago

jrie commented 2 years ago

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.