Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop cursor from jumping to end of input field [Firefox] #129

Open
A-Kojic opened this issue Oct 24, 2021 · 0 comments
Open

Stop cursor from jumping to end of input field [Firefox] #129

A-Kojic opened this issue Oct 24, 2021 · 0 comments

Comments

@A-Kojic
Copy link

A-Kojic commented Oct 24, 2021

When I add an input field to the dropzone and whenever I click on the input field, the cursor jumps to the end.

This happens in Mozilla Firefox (v 93.0) but in Chrome (v 95.0.4638.54) it works fine. Is there a way to fix this?

<Dropzone Items="MyItems">
       <div>
               <input type="text" @bind="context.MyProperty" />
        </div>
</Dropzone>
@A-Kojic A-Kojic changed the title Stop cursor from jumping to end of input field Stop cursor from jumping to end of input field [Firefox] Oct 24, 2021
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

No branches or pull requests

1 participant