Results 3 comments of Sergey

You can add your own id attribute to the `` element: ```html White ``` And use javascript: ```js const element = document.getElementById('item-33'); element.hidden = true; // to hide element element.remove();...

ok, I see. On Fri, Oct 7, 2022 at 12:13 AM Evgeniy ***@***.***> wrote: > Simple select doesn't work correctly with keyboard > > — > Reply to this email...

You can fix this by explicitly specifying a classifier for snakeyaml: ```groovy testImplementation 'org.yaml:snakeyaml:1.26:android' testImplementation 'com.github.javafaker:javafaker:1.0.2' ``` But that leaves a problem with the old version of snakeyaml and its...