I have a text box user can type or paste a value into.
A hidden button should appear once a value is in the box.
The thing that's happening is after the value is pasted in, no button. user has to press a button in the textbox for the button to appear.
Now the really strange thing is I put the pages code in your https://blazorrepl.telerik.com/ tool and it appears to work.
Just not in my main project or a test project using just the sample project app code that gets made when you create a blazor server project.
I have include the code I have stuck in your tool, in the txt file, and my sample project in the zip file.
The page in the project is: CopyNPasteTest.
Would love to know whats going on.
Thanks.
Deasun.