this post was submitted on 09 Sep 2024
592 points (99.5% liked)

Programmer Humor

19207 readers
1653 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Edit: @Successful_Try543@feddit.org solved it. It says "one special character". Not "at least one".

you are viewing a single comment's thread
view the rest of the comments
[–] independantiste@sh.itjust.works 14 points 1 week ago (1 children)

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

[–] xmunk@sh.itjust.works 18 points 1 week ago (1 children)

If you're opening up the dev tools you can also paste your string directly into <input value="" /> unless something weird is going on.

[–] KairuByte@lemmy.dbzer0.com 0 points 1 week ago

*Laughs in blazor*