Michal
Michal
Plz, change elem to querySelectorAll instead `getElementById`. Now I need to init plugin 8 times for each select and if I add another one in the future, than I need...
How can I randomize font files name? I have some problem with browser cache so I want to generate file like `webfont.scss` with `src: url("[some-random-string]")` How can I do that...
How can I make it works with markup like this one: ``` Title Content openened by default ``` ?
Hi, I have CPT called `team` with taxonomy `profession`. Then, I added an ACF field `sorting_name` that I wanted to sort by, and the last step I added: ``` 'site_sortables'...
Hi. I bought a small device which emit Beacon signal. In app such as Beacon Scanner I can see this device, but when I want find it through this package,...
When I use prisma adapter and I try to search through the records in my custom component in this way: ``` const promiseOptions = (inputValue: string, callback) => { if...
### What version of `drizzle-orm` are you using? 0.29.5 ### What version of `drizzle-kit` are you using? 0.21.1 ### Describe the Bug After update drizzle-kit to version 0.21.1 I cannot...
Hi, When I display an error of a certain form field, I do sth like this `$form['field_name']->error` because I don't like displaying all errors at the top of the form...
Hi, how can I use it with nette form standalone version, is there any tutorial?