uiwebview - Disable & enable auto-correct dynamically in the same html text area -
i'm trying build twitter autocomplete , having trouble disabling autocorrect dynamically.
essentially i'm trying have auto-correct="off" when hits # , auto-correct="on" when tap either space bar or item on autocomplete list provide.
i've attempted use jquery attr 1 suspect, no avail.
@textarea.attr("autocorrect", "on")
any suggestions how disable autocorrect while using autocomplete?
this isn't of answer mystery after switching angularjs, no longer needed disable auto-correct dynamically, somehow changed , benefited. go angularjs!
Comments
Post a Comment