Dušan Kmeť
Dušan Kmeť
When you submit filter by enter in search fields in Safari "search" button is not clicked (reset is clicked), because off `display none`; When you change `display: none;` to `opacity:...
For example when i have this schema: ``` { type: 'object', properties: { ext_id: { // this is ok, defined type type: 'string', nullable: true, }, visitor_id: { // this...
After added slash it works: ```php $fpdi = new \TCPDI; $fpdi->SetPrintHeader(false); ... ```