del existing chars when changing typo with prompt suggestion
austrianfoodispuke
Posts: 100
If your column name is banana
but you've typed bannna
and for whatever reason it didn't get picked up by the prompt,
when you go back to correct it by invoking the prompt and making a selection, it does not replace the type part so you end up with something like
bananannna
Can you get it to delete the right hand portion of the word when selecting a suggestion from the prompt
but you've typed bannna
and for whatever reason it didn't get picked up by the prompt,
when you go back to correct it by invoking the prompt and making a selection, it does not replace the type part so you end up with something like
bananannna
Can you get it to delete the right hand portion of the word when selecting a suggestion from the prompt
Comments
If you highlight the object before you invoke the candidate list, then once you select the new object, the entire word will be replaced. If you do not highlight the word, then the new object will only replace the characters before the cursors current position.
I hope this is helpful.