vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Cross appears at the end of input text on IE 11 #662

Closed antjori closed 7 years ago

antjori commented 7 years ago

On IE 11 (version 11.0.9600.18665), after selecting the element to edit, a cross appears at the end of the input text that, when clicked, doesn't do anything.

untitled

Is there a way to remove/hide it on IE? This behavior does not occur on other browsers (Google Chrome and Firefox).

ckosloski commented 7 years ago

That x is specific to IE and is supposed to clear the box.

If you want to stop the x from displaying, take a look here.

antjori commented 7 years ago

Hey @ckosloski,

Thank you for your feedback!

It solved my issue :wink:

Much appreciated!