Hi! First of all, thank you for your work on this!
If we allow using HTML data attributes with data in JSON format instead of fetching from the server, this will allow caching where the data is static while preventing more network requests.
Imagine the case of a country list, where it's a fixed list; we may want just to iterate and render the li elements, but currently, we cannot use the autocomplete.
Do you think this could be a nice addition to this lib?
Hi! First of all, thank you for your work on this!
If we allow using HTML data attributes with data in JSON format instead of fetching from the server, this will allow caching where the data is static while preventing more network requests.
Imagine the case of a country list, where it's a fixed list; we may want just to iterate and render the
lielements, but currently, we cannot use the autocomplete.Do you think this could be a nice addition to this lib?