html - blinking cursor in firefox on snap and div elements -
i want imitate read-only input field span (so adjust width accomodate whatever inside it). simple div component:
<div tabindex='-1' contenteditable='false'>please stop blinking</div>
when click on div blinking cursor pops up. not reproduce on chrome , ie. typical firefox issue. how can rid of that?
Comments
Post a Comment