Completed
Last Updated: 04 Oct 2016 15:21 by ADMIN
Completed
Last Updated: 01 Aug 2016 15:54 by ADMIN
Declined
Last Updated: 01 Aug 2016 13:58 by ADMIN
Created by: Rick
Comments: 1
Category: AutoCompleteBox
Type: Feature Request
2
When typing in a text control it would be nice to have auto-complete based on some predefined values.  

In my example we have a list of names setup against a handle like @johnsmith.

If typing in the textbox when a person types a @name it would check against the available names and validate, if invalid they would be presented a list to pick the correct name (like how spell check works)

This was brought up in a support ticket, notes below:

Do have the following in mind:

* implementing the simplest case e.g. @mentions will simply not do. there are tons of other completes that can be done e.g. #hashes, :emoji and so on
* developers will need to verify that tokens are indeed valid and what to do with invalid tokens e.g. if I type @nosuchuser and there isn't such user, should the token be left literal or should it be processed like the rest?
* there should be a way to specify the data source location for those completes...

Perhaps more.

But the most important part was the emphasis on the token validation and data source.

Apart from that the logic is fairly simple: a textbox with events for keypress. As soon as a trigger key is pressed the autocomplete part pops and the user either selects a value from a list or types one. The "rich" value is saved in a hidden field. If the value happens to be a valid one, it has special formatting (because at the end we are submitting the rich value).
Unplanned
Last Updated: 28 Jul 2016 14:26 by ADMIN
Occasionally, instead of a single request the controls will make multiple requests to the service.
Unplanned
Last Updated: 09 May 2016 14:39 by FG Developer
Completed
Last Updated: 07 Mar 2016 12:35 by ADMIN
Won't Fix
Last Updated: 21 Jan 2016 17:02 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 2
Category: AutoCompleteBox
Type: Bug Report
1

			
Completed
Last Updated: 19 Jan 2016 12:03 by ADMIN
Completed
Last Updated: 08 Jan 2016 16:56 by ADMIN
Completed
Last Updated: 03 Jul 2015 10:57 by ADMIN
Declined
Last Updated: 29 Jun 2015 14:05 by ADMIN
ADMIN
Created by: Nencho
Comments: 1
Category: AutoCompleteBox
Type: Feature Request
4

			
Completed
Last Updated: 26 Mar 2015 09:00 by RAJASEKHARA
Completed
Last Updated: 10 Dec 2014 16:49 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: AutoCompleteBox
Type: Bug Report
0

			
Completed
Last Updated: 10 Dec 2014 16:21 by ADMIN
Completed
Last Updated: 26 Nov 2014 17:16 by ADMIN
Completed
Last Updated: 24 Nov 2014 12:00 by ADMIN