Pavel Müller

Results 3 issues of Pavel Müller

**Datepicker** - [ ] - Should accept focus (tabindex) - [ ] - Needs outline when focused - [ ] - Should open when focused - [ ] - Should...

When a PDF form with checkboxes checked is converted to an image, those checkmarks icons are missing. I tried to combine `disableFontFace` and `useSystemFonts` options but without success. Any solution...

Would it be possible to sort array of objects? Kind of .. ```javascript const array = [{id: 1, name: "Test"}, {id: 2, test: "Test 2"}]; // sort by array key...