blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Cannot paste (Ctrl-V) into Currency Input component

Open kevon-vems opened this issue 11 months ago • 0 comments

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:

  1. Go to https://demos.blazorbootstrap.com/form/currency-input
  2. copy any decimal value to your clipboard. Ex: 123.45
  3. click into ANY input field
  4. press Ctrl-V on your keyboard
  5. Witness, no values pasted
  6. right click, select paste
  7. Witness values are pasted
  8. 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)

kevon-vems avatar Feb 21 '25 21:02 kevon-vems