Skip to content Skip to sidebar Skip to footer

Ie11 Textarea Loses Focus If Another Textarea Is Disabled

In this fiddle, using ie11 with open Console, input something into any textarea and then click into any other textarea. In console, you will see that change event for the first tex

Solution 1:

you need to put .focus() after disable textarea.

Please Check this I have update your fiddle

Post a Comment for "Ie11 Textarea Loses Focus If Another Textarea Is Disabled"