FakeFiller / fake-filler-extension

A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
https://fakefiller.com
MIT License
559 stars 157 forks source link

Wrong event handler arguments for bootstrap-select (selectpicker: changed.bs.select) #148

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

When filling out a form that contains a bootstrap-select selectpicker using this extension, the event handler arguments for changed.bs.select are all undefined. I also reported this issue in snapappointments/bootstrap-select#2558, but I'm not sure on which end the bug actually occurs. It would be great if someone here could also take a look at it!

husainshabbir commented 3 years ago

Fake Filler triggers click and change events on the select field (which is hidden by bootstrap-select) correctly as demonstrated in this example: https://jsfiddle.net/1zkmba0j/

I haven't worked with bootstrap-select so I don't know if there are any custom events that also need to be triggered. In any case, triggering custom events exposed by third-party libraries is not within the scope of this extension.