Skip to content

Commit

Permalink
Merge pull request #426 from magefad/fix-typehaeadAutocomplete
Browse files Browse the repository at this point in the history
TbTypeahead - Add attribute autocomplete="off" by default #285
  • Loading branch information
hijarian committed Mar 30, 2013
2 parents bb2eacd + 88143c3 commit 768f8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -44,6 +44,7 @@ Senior Web Developer
- **(enh)** TbButtonGroup does not accept TbButton.dropdownOptions #149 (russ666)
- **(enh)** Added GridView visual aid on hover for sorting (Wiseon3)
- **(enh)** Updated daterangepicker plugin (magefad)
- **(fix)** TbTypeahead - Add attribute autocomplete="off" by default #285

### YiiBooster version 1.0.5

Expand Down
1 change: 1 addition & 0 deletions widgets/TbTypeahead.php
Expand Up @@ -26,6 +26,7 @@ public function init()
{
$this->htmlOptions['type'] = 'text';
$this->htmlOptions['data-provide'] = 'typeahead';
$this->htmlOptions['autocomplete'] = 'off';
}

/**
Expand Down

0 comments on commit 768f8cb

Please sign in to comment.