comments
This commit is contained in:
parent
1defc2ffce
commit
29414ac0dc
src
@ -1,5 +1,5 @@
|
||||
/**
|
||||
Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js)
|
||||
Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js).
|
||||
It is mainly replacement of typeahead in Bootstrap 3.
|
||||
|
||||
|
||||
|
@ -196,9 +196,9 @@ To create your own input you can inherit from this class.
|
||||
inputclass: null,
|
||||
|
||||
/**
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option has no influence.
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option obviosly has no effect.
|
||||
|
||||
@property escape
|
||||
@type boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user