-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
<HotKeys handlers=
{
{
//Declare short cut keys
'ctrl+alt+p': (e) => this.BindKeyBoardEvents(e, Constants.Properties),
}
} focused={true} attach={window} global={true} >
I have global filter inside this I have dynamic inputs, based on the user's selection its creating the textboxes in the UI, HotKeys works in all scenarios except when input is in focus
<input name={record.uniqueId} type={record.Type.toLowerCase()} onKeyDown={(e)=>this.UpdateElementStateValue(e)}
onChange={(e) => this.PropertyChange(record, e)} className="form-control" value={record.RuntimeValue} />
Here's my input when I am in focus of that the short keys not working.
Can you please let me know what I am doing wrong?
Metadata
Metadata
Assignees
Labels
No labels