Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
534 stars 196 forks source link

Input event on Select options is causing input focus loss after each keypress #291

Closed DivineLawnmower closed 3 years ago

DivineLawnmower commented 4 years ago

Something has changed recently which means that the input event on Select control Options is causing the input box to lose focus after each character is input.

I am currently using formeo via:

Please see video for details: https://i.gyazo.com/23d2607ca2a1bbb191b4cc4528e17408.mp4

Better video: https://i.gyazo.com/5d3a8f7b15a5981870e7316e6946fd7b.mp4

Once you remove the event from the input this issue stops occurring, however I am not sure of the consequences of removing this event.

Is it possible that the form is re-rendering each time?

Any assistance is appreciated.

kevinchappell commented 4 years ago

@DivineLawnmower thanks for opening this issue. it does seem the input is re-rendering. i'll look into what changed there.

hackontech commented 3 years ago

Any update on this?

Sathieswar commented 3 years ago

This issue is occurring for Radio and Checkbox Control as well

rezahmady commented 3 years ago

Please fix this bug as soon as possible

kevinchappell commented 3 years ago

sorry for the delay, this should be fixed now

kevinchappell commented 3 years ago

:tada: This issue has been resolved in version 1.6.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

rezahmady commented 3 years ago

thank you very much @kevinchappell