Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty data attributes #20

Closed
missinglink opened this issue Jan 19, 2022 · 1 comment · Fixed by geocodeearth/core-js#9
Closed

empty data attributes #20

missinglink opened this issue Jan 19, 2022 · 1 comment · Fixed by geocodeearth/core-js#9
Assignees

Comments

@missinglink
Copy link
Contributor

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.

@mxlje
Copy link
Contributor

mxlje commented Feb 21, 2022

This has been fixed in core-js v0.0.8 and is included in the latest release v0.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants