IDXSupport / idxsupport.github.io

Webpage for helping make support more efficient
4 stars 0 forks source link

Automatically remove spaces from 'class' field and replace with spaces #10

Closed mikikiv closed 3 years ago

mikikiv commented 3 years ago

I often don't realize that I'm copying multiple classes at once. If the form automatically replaces spaces with ',' anywhere in between words it would be super helpful. Just make sure it doesn't add a ',' to the end when there's accidentally a space

lainvineyard commented 3 years ago

wait a sec, the class field of the wrapper endpoint can take multiple classes like this??

mikikiv commented 3 years ago

If you have an element that has multiple class names, inputting a ',' between them (EX: <div class="main example middle"></div> would be "class=main,example,middle" in the URL endpoint

lainvineyard commented 3 years ago

I had no idea this was something the endpoint could do; I'll add this functionality in tomorrow (looking at the candidate calculator right now)

lainvineyard commented 3 years ago

I will fix this tonight

lainvineyard commented 3 years ago

closed in 7d7d8756d6f52e089e5520d8e294d66473b2d5a6