1

I would like to display the very same textarea that shows up when I keydown any alphanumeric character, as a default and not just when they begin typing!

The reason being; some don't even know that you're able to type until you do so.

msrd0
  • 7,816
  • 9
  • 47
  • 82
sirouk
  • 11
  • 2
  • Did you find any solution to your problem? – Umair Nov 13 '14 at 06:51
  • I've been looking for the same thing for a while, with no solution so far. – sirouk Sep 15 '17 at 02:29
  • This does the trick for msDropDown `$("#msDDid_titleText:hidden").show().val("").focus();` So you might want to bind it with onOpen: `var oHandler = $("#msDDid").data("dd"); oHandler.addMyEvent('onOpen', function(){ $("#msDDid_titleText:hidden").show().val("").focus(); }); oHandler.addMyEvent('onClose', function(){ });` – sirouk Sep 15 '17 at 03:20

0 Answers0