Try our conversational search powered by Generative AI!

UIHint Tags does not triiger autosave

Vote:
 

We added to 2 fields that are strings with UIHint("Tags"), but when our editors edit the field, it does not trigger autosave. This only happens to some of our editors, works fine for others. Tried different browsers but same issue.  Any help is appreciated.

[Display(Name = "Search Tags", Description = "Used as keywords or search biasing", GroupName = Global.GroupNames.Search, Order = 200)]
        [UIHint("Tags")]
        public virtual string Tags { get; set; }

        [Display(Name = "Search Filter Tags", Description = "Used as keywords or search biasing", GroupName = Global.GroupNames.Search, Order = 300)]
        [UIHint("Tags")]
        public virtual string FilterTags { get; set; }



#123339
Jul 02, 2015 1:48
Vote:
 

Hi,

What happened in edit mode? The editor for tags did not appear or it's just not saving the values?

You could check the browser console - there could be some errors.

#123346
Jul 02, 2015 10:52
Vote:
 

The editor appears, but when some value is put into the editor for tags, it does not autosave. Checked the browser console, there are no errors, looks like the input is not detected and no post is made.

#123380
Jul 02, 2015 17:07
Vote:
 

Update, after more testing, we found that autosave would trigger if user types in the text directly in the tags control, but if user select text from type ahead dropdown inside the tags control, autosave is not triggered.

#123383
Jul 02, 2015 19:14
Vote:
 

this 'issue' has been reported with the Geta team.. but no fix has yet been found...  

https://github.com/Geta/Tags/issues/16

#132885
Aug 20, 2015 10:57
Vote:
 

We've advised our clients to select existing tags via the arrow-keys instead of left mouse-click until this issue is resolved. 

#133154
Aug 26, 2015 15:02
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.