Wappler 6.0.2
PHP
Beta Extensions On
Just a minor bug. When a tagify field is valid there is no visual indication. May be related to Tagify does not display red border when it fails validation
Wappler 6.0.2
PHP
Beta Extensions On
Just a minor bug. When a tagify field is valid there is no visual indication. May be related to Tagify does not display red border when it fails validation
Now I don’t know if this is a bug or not.
One project it doesn’t indicate valid yet another project it does but the valid indication doesn’t clear on submit.
So now I have no idea whats going on.
I've got something similar, for new entries, I prefill tagify with a value (tag), which works to show the value, however, if I don't enter anything into the tagify input before submitting, the tagify input is not in the $_POST payload even though it has a value.
However, if I removed the prefilled value (tag) and re-enter it, it submits fine.
I'm using a work around that seems to work. Rather than prefilling in the types input itself, I put this on another input to prefill it if empty.
dmx-on:updated="run({condition:{outputType:'boolean',if:`!inpTypes.value`,then:{steps:{run:{outputType:'text',action:`inpTypes.addTags(26)`}}}}})"