whelan / fvtt-merchant-sheet-npc

FVTT - Merchant Sheet NPC 5E
MIT License
12 stars 13 forks source link

Text fields do not allow text selection, and default cursor position the left (first position) #143

Open Gazook89 opened 2 years ago

Gazook89 commented 2 years ago

Is your feature request related to a problem? Please describe. When opening a dialog to edit a text field, such as to change an item cost, the text field defaults to the cursor to the first position, or left of the existing number. Further, clicking into the field does not allow you to change that cursor position. And text cannot be highlighted/selected. This all makes it more labor intensive to make quick changes.

Describe the solution you'd like On open, the text fields should have cursor position to the right of the text. Clicking into the text field should select all the text, and allow click-n-drag to select desired text.

Additional context I'm not sure if this a core foundry issue or just this module-- sorry if it's out of your hands