- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
Edit: @Successful_Try543@feddit.org solved it. It says “one special character”. Not “at least one”.
Edit: @Successful_Try543@feddit.org solved it. It says “one special character”. Not “at least one”.
I usually to in the developer tools and manually disable the thing preventing the paste action. It’s usually a string to remove some JS or something or an Event that you need to uncheck
If you’re opening up the dev tools you can also paste your string directly into
<input value="" />
unless something weird is going on.*Laughs in blazor*