Closed missinglink closed 2 years ago
empty data attributes generate empty querystring params, eg:
<ge-autocomplete sources="" /> will add ?sources= to the querystring.
<ge-autocomplete sources="" />
?sources=
use of this library from templating is easier if the data attributes are always rendered in the HTML but only populated when required.
this ticket is to investigate solutions to detecting empty data attributes and avoiding generating querystring params.
This has been fixed in core-js v0.0.8 and is included in the latest release v0.5.0.
core-js v0.0.8
v0.5.0
empty data attributes generate empty querystring params, eg:
<ge-autocomplete sources="" />
will add?sources=
to the querystring.use of this library from templating is easier if the data attributes are always rendered in the HTML but only populated when required.
this ticket is to investigate solutions to detecting empty data attributes and avoiding generating querystring params.