[FIXED] [#1206] [3.3] TagField control getValue() issue when adding custom values

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1206] [3.3] TagField control getValue() issue when adding custom values

    Hi, it looks like the TagField control has an issue when interacting through the keyboard to add a custom value.

    If you look at your examples:
    https://examples3.ext.net/#/Form/Tag/TagField/

    Try with "Basic" ,... if you insert a custom value using the keyboard and pressing "enter", then trying to get the value of the control through script (eg. Chrome Console) you can see that getValue() returns NULL or only the "last value"...

    Try with this code on an ASPX custom project to see the behavior:
    <ext:TagField 
                    ID="From"
                    runat="server"
                    ItemID="From"
                    CreateNewOnEnter="true">
                    <TagLabelConfig ID="TagLabelConfig1" runat="server">
                    </TagLabelConfig>
    </ext:TagField>
    If you insert items on the editor through keyboard you can see that calling the "getValue()" retrieves only the last one.

    Thank you for a quick fix on the same.
    Cheers & have a great holidays,
    Last edited by Daniil; Jan 13, 2016 at 9:34 AM. Reason: [FIXED] [#1206] [3.3]

Similar Threads

  1. Replies: 12
    Last Post: Jul 28, 2015, 10:11 AM
  2. Replies: 9
    Last Post: Mar 13, 2014, 3:30 PM
  3. Adding control values to the grid
    By Vaishali in forum 1.x Help
    Replies: 0
    Last Post: Apr 17, 2012, 11:55 AM
  4. [CLOSED] Adding events to custom control
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 29, 2012, 8:16 PM
  5. Replies: 2
    Last Post: Jan 09, 2012, 7:18 AM

Posting Permissions