-
-
Notifications
You must be signed in to change notification settings - Fork 6
Cannot use # #25
Copy link
Copy link
Closed
Labels
Medium PriorityImportant, but not urgent.Important, but not urgent.bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
Medium PriorityImportant, but not urgent.Important, but not urgent.bugSomething isn't workingSomething isn't working
When input contains
#such as##body:styleit generates errorbecause it interprets it as file input.
Maybe make it so that if
#appears in""then it's interpreted as text input, or maybe there's a better way?#is often used in CSS as element selector.