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

Add support for HTML <datalist> tag #1035

Closed
PaulMaly opened this issue Dec 20, 2017 · 2 comments
Closed

Add support for HTML <datalist> tag #1035

PaulMaly opened this issue Dec 20, 2017 · 2 comments

Comments

@PaulMaly
Copy link
Contributor

Seems, html datalist tag unsupported by Svelte now. Example:
https://svelte.technology/repl?version=1.49.1&gist=43345f32fd5d811d5d156d0116179572

Cannot read property 'name' of null TypeError: Cannot read property 'name' of null at Element.ts:58 at Array.forEach () at Element.ts:45 at Array.forEach () at Element.init (Element.ts:37) at Node.ts:87 at Array.forEach () at EachBlock.Node.initChildren (Node.ts:84) at EachBlock.init (EachBlock.ts:84) at Node.ts:87
@Conduitry
Copy link
Member

This looks to me like another instance of #1022

@Rich-Harris
Copy link
Member

It was indeed another manifestation of #1022 — fixed in 1.49.3

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

No branches or pull requests

3 participants