Marek Černý
Results
2
issues of
Marek Černý
Hello, is it possible to detect `cmd+plus` (plus -> keyCode: 107) and `cmd+minus` (minus -> keyCode: 109)? I tried set `keyName='cmd+*'` and then detect the key by keyCode in `onKeyDown`...
Demo
The loading indicator (`Loader` component) takes the full width of the `Grid` in Firefox, which results in a pretty bad UX when the `Grid` is loading.