@@ -59,11 +59,12 @@ Use with LDAP: `typeAheadLdap`
...
@@ -59,11 +59,12 @@ Use with LDAP: `typeAheadLdap`
### .data-typeahead-limit
### .data-typeahead-limit
* Defines the limit of entries shown on the client. Default on client is 5. The server will always send a value. The server default is 20.
* Defines the limit of entries shown on the client. Default on client is 5. The server will always send a value.
The server default is 20.
### .data-typeahead-minlength
### .data-typeahead-minlength
* Defines the string minlegth, typed by the user, before the first lookup is started. Default is 2.
* Defines the string minlength, typed by the user, before the first lookup is started. Default is 2.
### data-typeahead-pedantic
### data-typeahead-pedantic
...
@@ -72,7 +73,8 @@ Use with LDAP: `typeAheadLdap`
...
@@ -72,7 +73,8 @@ Use with LDAP: `typeAheadLdap`
## Tags Form Element
## Tags Form Element
The tags form element depends on Typeahead by default. The following attributes define the tags form element, additional to the attributes for Typeahead (see above).
The tags form element depends on Typeahead by default. The following attributes define the tags form element, additional