Ilya Molostov

Results 5 comments of Ilya Molostov

I seem to have a similar problem. I can't connect to GoDaddy ftp server with vscode-sftp. I think I found several related issues (#537, #309). Maybe in these cases the...

By default, `type` attribute of `` tag is `submit`. It is web standart. Therefore your form was submitted. Specify `type=button` for `` tag instead of call `preventDefault()` in event handler.

@tonypee, if you open [examples](https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/hooks/useSelect/basic-usage.js) you can see what downshift select does open/closed when you hit `enter`. Like a native ``. I dont know how submit `` with keyboard if...

I'm use React. And `data-srcset` changes declaratively. I'm don't understand how i can change `srcset` and `data-srcset` at the same time. But I can erase `srcset` after updating the component...

@hn1 Have you tried using [this](https://github.com/aFarkas/lazysizes/blob/gh-pages/plugins/attrchange) plugin?