Amazon has an address correction feature, and I want to implement something like this.

One of the problems that I encountered is to create a shortcut that supports various formatting (for example, in the image).
I could override the browser or richtextbox control, but this seems like a massive overkill. Is there something simpler? Perhaps the implementation of RichLabel Lite (I just did this).
source
share