Hi, I have a problem that tabbing on dialog not working correctly if I set outsideClickDeselects: false
You can check at this demo: https://jsfiddle.net/TonyNguyen001/1ug9j04q
Without outsideClickDeselects: false
, tabbing will work as expected like below image
I want that will working with outsideClickDeselects: false. Is there any way can I do that ?
Thank in advance !