You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "George Christman (JIRA)" <ji...@apache.org> on 2014/12/30 18:40:15 UTC

[jira] [Created] (TAP5-2434) Add ability to set Autocomplete features.

George Christman created TAP5-2434:
--------------------------------------

             Summary: Add ability to set Autocomplete features. 
                 Key: TAP5-2434
                 URL: https://issues.apache.org/jira/browse/TAP5-2434
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: George Christman


Typeahead.js suggestions has the ability to hightlight and provide hints to the user. Tapestry currently has no way to set these values. I'm suggesting we provide away to pass in json (future accommodations) or provide a couple parameters, hint / highlight to the autocomplete component. 

Example 

autocomplete.coffee
$field.typeahead
minLength: spec.minChars
hint: spec.hint,
highlight: spec.highlight
dataset







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)