Skip to content

Conversation

@EpicVoyage
Copy link

@EpicVoyage EpicVoyage commented Oct 29, 2021

I manually tested this change with npm start and Chrome browser autofill (#94).

I have also generated a build via npm run build:dist for inclusion in my project. This seems to be working well so far.

Copy link
Contributor

@ArtemDintecom ArtemDintecom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EpicVoyage It would be nice to do this and test with the latest changes in master

@cmcnulty
Copy link

cmcnulty commented Nov 7, 2023

I believe that the problem is not that we need to add a change listener. When a pre-filled value is selected, the only event fired is "input" - however on any browser other than android-chrome, the handle input function is not fired. The issue can be fixed on at least macos simply by removing the test for android-chrome.

On a larger scale, I wonder why that check is there (unchanged for many years) and whether it is still necessary.

@cmcnulty
Copy link

cmcnulty commented Sep 2, 2025

I have a much simpler PR that I think addresses the root cause:

#215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants