[FIXED] [#834] [3.2.0] Some wrong with TagField(SubmitValue) in V3.x

  1. #1

    [FIXED] [#834] [3.2.0] Some wrong with TagField(SubmitValue) in V3.x

    In V3.1.0 https://examples3.ext.net/#/Form/Tag/TagField "Actions" example, look this step:
    1. Select some items in the list.
    2. Click "Add Ext.NET".
    3. Click "Submit".

    The result missing "Ext.NET".

    But in V2.5 its OK. https://examples2.ext.net/#/Form/Tag/TagField

    Another question,when I add items to TagField codebehind,why nothing in the list.
    this.txtTag.Items.Add(new Ext.Net.ListItem("item1", "item1"));
    this.txtTag.Items.Add(new Ext.Net.ListItem("item2", "item2"));
    Last edited by Daniil; Jul 13, 2015 at 11:27 AM. Reason: [FIXED] [#834] [3.2.0]
  2. #2
    Hi @abelliu,

    Welcome to the Ext.NET forums and apologize for the delay in answering! We overlooked the thread.

    Thank you for the bug report! Created an Issue.
    https://github.com/extnet/Ext.NET/issues/834

    Fixed in the revision #6473 (SVN trunk). It goes to the upcoming Ext.NET 3.2.0 release.

    As for this one:
    Another question,when I add items to TagField codebehind,why nothing in the list.
    this.txtTag.Items.Add(new Ext.Net.ListItem("item1", "item1"));
    this.txtTag.Items.Add(new Ext.Net.ListItem("item2", "item2"));
    Please start a new forum thread.

Similar Threads

  1. [CLOSED] TagField : CallOuts
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 12
    Last Post: Feb 19, 2015, 11:04 AM
  2. [CLOSED] TagField : Validate tags
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 31, 2014, 2:53 PM
  3. [CLOSED] TagField : How to allow duplicate Tag in TagField
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 31, 2014, 1:51 PM
  4. [CLOSED] TagField : Item count
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 30, 2014, 5:44 PM
  5. [CLOSED] Simple Tagfield from Codebehind.
    By waxby in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 06, 2014, 2:51 PM

Tags for this Thread

Posting Permissions