When you set the input value or textarea with tag data, it would be nice if there was a callback when that data has been completely processed and turned into tags. The issue I'm running into is on Javascript heavy pages and with inputs that get preloaded with a lot of dynamic tags, the JSON string value placed inside of the value is shown until the Tagify processing is complete. See the images below. First one shows what I see when the page is loading and the second is when Tagify is complete.
My thought is to initially hide the input control and then when Tagify is complete, unhide the control. But without a "loaded" callback, that won't work.
When you set the input value or textarea with tag data, it would be nice if there was a callback when that data has been completely processed and turned into tags. The issue I'm running into is on Javascript heavy pages and with inputs that get preloaded with a lot of dynamic tags, the JSON string value placed inside of the value is shown until the Tagify processing is complete. See the images below. First one shows what I see when the page is loading and the second is when Tagify is complete.
My thought is to initially hide the input control and then when Tagify is complete, unhide the control. But without a "loaded" callback, that won't work.