Wappler Version : 7.8.0
Operating System : kubuntu 24.04
Server Model: nodejs
Database Type: postgresql
Hosting Type: local
Expected behavior
tagify config: tagify allows 3 entries out of a given list of dynamic postcodes from backend. the duplicates checkbox is NOT checked. the text field property is “digits” the value field property is “primaryKey”. one item should only be possible to be one time in the selected tagify.
primaryKey example: “8010;AUT”
digits example: “8010”
8010 should only be allowed one time in the list.
Actual behavior
8010 can be added 2 times to the list (but not 3 times). the value of the first item is “8010;AUT”. the value of the second item is “8010”. i guess because tagify already removed the value of the second item of the list, because of duplicate. but somehow two problems 1) not removed from display and 2) the text field is transferred to backend.
it does work if text field and value field are BOTH set to either digit OR primaryKey → then it is instantly removed with short red coloring from the control.
How to reproduce
it should be reproducable easily. if not and you need a video i will add one, please tell me.
hi @brad, thx for the response. we feel more save to have no external references in the workspace. we also load fonts, bootstrap, fontawesome from local. then we can go with a “cookie consent popup” instead of a yes/no popup too. when setting up the project i did a small recherge and found some wappler bugs with offline cdn links. so basically this two reasons. the downside is, that we have to manage the versions ourself.
but the cdn version (4.17.7) is not working either. we made a test-layout page and a test content page with a test-tagify element…