Alexandre Jacob
dfa41f905b
Fix closable dialog focus
...
When opening a closable dialog, the focus goes to the close button.
```html
<button aria-label="close" type="button"
class="p-dialog-titlebar-icon p-dialog-titlebar-close p-link">...</button>
```
This button should not be focused
2020-05-09 19:34:51 +02:00
cagataycivici
ac495ff32c
Update DomHandler.js
2020-05-02 12:55:09 +03:00
cagataycivici
3ec1a7446a
Cleanup p-c class
2020-05-02 12:46:30 +03:00
cagataycivici
306e7b573d
Cleanup p-clickable and p-c
2020-05-02 12:19:17 +03:00
cagataycivici
b04b7ba925
New styling
2020-04-28 12:34:12 +03:00
cagataycivici
24b3ac7ae0
Initiated VirtualScroll Table
2019-11-19 14:54:24 +03:00
cagataycivici
98f9ab2579
Fixed #77 - Modal dialog not blocking background
2019-11-01 11:30:06 +03:00
cagataycivici
dc0adff628
Keyboard navigation for cell editing
2019-10-30 10:42:52 +03:00
cagataycivici
fb54d5e5e0
Removed spaces with lint
2019-10-01 16:00:26 +03:00
cagataycivici
c8fb79571f
Implemented Dropdown Component
2018-12-28 15:03:07 +03:00
cagataycivici
1f803344d6
Accessibility for ListBox
2018-12-09 00:35:53 +03:00