Roman Zhivotyagin
Roman Zhivotyagin
> Currently I made autofill work on safari on iPhone using following code on index.html > > ``` > > // Force all polyfills on > if (window.customElements) window.customElements.forcePolyfill =...
You can use `autofocus` attribute on the `paper-listbox` like this: ``` 123 456 ```
> Currently I made autofill work on safari on iPhone using following code on index.html > > ``` > > // Force all polyfills on > if (window.customElements) window.customElements.forcePolyfill =...