Questions tagged [tagfield]

9 questions
1
vote
1 answer

Extjs widget tagfield can't set selected value in list from remote store

I have a trouble with my tagfield inside widgetcolumn. I used remote store for tagfield and "autoLoadOnValue" for display loaded value in column. And it's works right. But i have a problem with values list. If a column has a value, it is not…
Ellen
  • 87
  • 6
0
votes
2 answers

ExtJS grid with feature.Grouping and editing plugin.cellediting that has combo or tagfield will not close editor when click on groups

I'm using a Ext.grid.Panel with 'cellediting' plugin and 'grouping' features. My editor is a tagfield. I'm start editing the field and before I close the picklist (boundlist) clicking on groups headers (to fire blur event) the tag input is hidded…
matei.nick
  • 161
  • 1
  • 5
0
votes
1 answer

Trying to set the value of input field in formik

i am trying to create a job posting form using react , mui , formik and yup in which i am creating a tag input field same as stackoverflow have but when i am setting the value of tag after adding new tag using setTags then it is adding the second…
0
votes
2 answers

Tagfield does not work properly when hiding a widgetСolumn

I have a grid with windegColumns. And it all works right. But if you manually hide the Num column, the tagfild widget does not work correctly. New values are not set, old values are not deleted. Unsaved values are reset. In my application, I need to…
Ellen
  • 87
  • 6
0
votes
1 answer

Single select tagfield issue with empty text

I cannot use empty text with single select value. When I select the value it overlaps the empty text. And another is when a value is selected and I type something on tagfield and then erase it the selected value still appears but it does not give…
0
votes
1 answer

ExtJS 7.1 Tag field is executing XSS tag

I am having an issue regarding the tagfield component when entering . This tag is being executed after entering the whole value. I've tried preventing the tag execution on keyup, keypress, keydown, and beforequery…
FEDeveloper
  • 33
  • 1
  • 7
0
votes
2 answers

Input field doesn't get cleared after choosing the value in the ExtJS tag field

I have the ExtJS tag field with anyMatch = true. Now if you type AB it will show the result and once you choose the selection it will clear the input you have entered i.e. AB Now when you have anyMatch= true that time if I type HI it will show you…
0
votes
1 answer

ExtJS 6/7 - Cell with tagfield editor is marked as dirty after editing even when value is unchanged

I have a grid with a column that uses a tagfield as an editor. When a cell in that column is edited it is marked as dirty even when the cell is unchanged. See sencha fiddle here: fiddle If you click a cell to edit it but then click away without…
zeke
  • 3,603
  • 2
  • 26
  • 41
-1
votes
1 answer

Laravel Nova Tag field results in 404 on production

I seriously cannot wrap my head around this. Locally the tag field of Laravel Nova 4.0 works like a charm (https://nova.laravel.com/docs/4.0/resources/fields.html#tag-field). On production it results in a 404 page on the resource-detail…
Rob Derks
  • 196
  • 1
  • 7