How to use control the backspace keyword with the below conditions
- Backspace should be ignored within the app unless the user is editing in a form control
- Backspace should be registered and text being edited should be updated accordingly.
How to use control the backspace keyword with the below conditions
You may register either a global handler for the backspace key, or connect it to some component (e.g. input): http://docs.webix.com/api__uimanager_addhotkey.html