-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Milestone
Description
NOTE: We do not look at .zip attachments for issue investigation.
Describe the bug
CurrencyInput does not accept pasted values
To Reproduce
Steps to reproduce the behavior:
- Go to https://demos.blazorbootstrap.com/form/currency-input
- copy any decimal value to your clipboard. Ex: 123.45
- click into ANY input field
- press Ctrl-V on your keyboard
- Witness, no values pasted
- right click, select paste
- Witness values are pasted
- Scratch your head and wonder why
Expected behavior
Values should paste when using Ctrl-V
Versions (please complete the following information):
- .NET Version: .NET 9
- BlazorBootstrap: 3.3.1
- Blazor WebAssembly / Server: Server
- Blazor Interactive Render Mode: Server
- Blazor Interactivity Location: Global
Sample code
You can use your own demos website
GitHub repo
Your own
Desktop (please complete the following information):
- OS: Win-11
- Browser chrome
- Version 133.0.6943.100 (Official Build) (64-bit)