Fixed: Remove onenter callback from html textarea
--HG-- branch : develop
This commit is contained in:
parent
729ba2ebbd
commit
dd03e1f0b1
1 changed files with 1 additions and 0 deletions
|
@ -4627,6 +4627,7 @@ namespace NLGUI
|
|||
if (multiLine)
|
||||
templateParams.push_back (std::pair<std::string,std::string> ("multi_min_line", toString(rows)));
|
||||
templateParams.push_back (std::pair<std::string,std::string> ("want_return", multiLine?"true":"false"));
|
||||
templateParams.push_back (std::pair<std::string,std::string> ("onenter", ""));
|
||||
templateParams.push_back (std::pair<std::string,std::string> ("enter_recover_focus", "false"));
|
||||
if (maxlength > 0)
|
||||
templateParams.push_back (std::pair<std::string,std::string> ("max_num_chars", toString(maxlength)));
|
||||
|
|
Loading…
Reference in a new issue