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

fix: Read Only still allow to change value with keyboard up and down arrow in FluentNumberField component #1040

Closed
DrMozze opened this issue Nov 29, 2023 · 2 comments
Labels
bug A bug

Comments

@DrMozze
Copy link

DrMozze commented Nov 29, 2023

On the documentation website : https://www.fluentui-blazor.net/NumberField

Section "Filled Appearance", you can click the two last field "Read only" and then change the value inside them with arrow Up and Down of your keyboard.

I assume that in read-only mode, it must be impossible to change the value of the component.

@dvoituron
Copy link
Collaborator

Indeed, it's not normal to be able to modify values.

@dvoituron dvoituron added the bug A bug label Nov 29, 2023
dvoituron added a commit that referenced this issue Nov 29, 2023
@dvoituron
Copy link
Collaborator

This problem is due to a bug in the associated WebComponent.
It has been worked around by forcing the min/max values when the ReadOnly property is applied.

This problem will be corrected in the next version: #1041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug
Projects
None yet
Development

No branches or pull requests

2 participants