-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix: Once set cursor position of active TextField not changable #20440
Comments
@chrisdholt Looks like a bug in the components themselves. The issue repro's in the docs here https://docs.microsoft.com/en-us/fluent-ui/web-components/components/text-field @nicholasrice Could this have something to do with the |
Issue also exists on text-area and number-field. |
Issue does not exists on combo-box. Is it possible that something is blocking the mouse interactions? |
Moving this to the fast monorepo where it can be addressed in the core components. |
@chrisdholt A potential significant issue that needs looking into probably pretty quick. |
I see what this is, but I'm going to move it to the Fluent Repo and we'll fix there. |
🐛 Bug Report
It is not possible to change the set cursor position of an active TextField with the mouse.
💻 Repro or Code Sample
<FluentTextField></FluentTextField>
🤔 Expected Behavior
You should be able to select a new cursor position (with the mouse).
😯 Current Behavior
Open blazor-fast -> FluentUIServerSample page -> navigate to webcomponents -> Text Field -> input sample text "abcdefghijkl" then click inside the text and try to change to a new cursor position.
🌍 Your Environment
Windows 10, Chrome (version 95.0.4638.54), fast-blazor (0.4)
The text was updated successfully, but these errors were encountered: