Option list on Tag column resets after commiting

Hello! I am trying to build an app that has a table with a editable tag column. For my case it is called "Type". This column has this array as data source: ['text','number','date','datetime','select','document', 'email','phone']. When I am editing something on the table I have no problem, but when I commit and push the option list no longer works. The option list resets to having no values.

I am working on staging and my environment is connected to GitHub.


Hello @Rodrigo and welcome!

What does the list look like if you:

  1. use the Manual Content option and build the data source array there as discrete options

  2. toggle the value of the Allow Custom Values option for either Manual or Mapped options

Hi @Rodrigo! Bumping this post to see if pyrrho's suggestion helped you out.

I was also unable to reproduce the issue you were having so if you found out what was causing it and solved it on your own, I'd be interested to hear what it was. Thanks!

Actually I am not sure what was causing it. I just cleaned up my catche and now it is working. Thank you!

2 Likes