abadi199 / elm-input-extra

🔢 Commonly used Html element with extra functionality
http://package.elm-lang.org/packages/abadi199/elm-input-extra/latest
MIT License
51 stars 12 forks source link

Replace typed values #7

Open maverickfalcon opened 7 years ago

maverickfalcon commented 7 years ago

I am using the Masked Input Text functions.

Issue 1 So when you tab into the input box, it automatically select all the text. But you can not start typing a new value. You have to click delete or backspace. Can we get it to replace all the values if the whole thing was selected, by just typing.

Issue 2 Also when you move the cursor to a specific spot and backspace or delete, it moves the cursor to the end of the input. Can we get it to stay in the current place, so you can easily replace the value without having to move the cursor again.