Hunter Perrin
Hunter Perrin
Without those lines, a change to the value var wouldn't propagate to the input element.
I'd like to get this in, if it can be updated/fixed.
Yes, the Select component doesn't actually use a native input element, so it doesn't fire a `change` event.
I'll leave this open to track properly documenting this.
Forgive me if I'm wrong, but type="date" is deprecated. `` is the one you need, right? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local I'm sorry if the answer has already been discussed. I've been very distracted...
I'm hitting the same problem now. I've got a fix.
I believe the wrong import path was done because of another bug, but that seems to be resolved now.
Never mind. It appears that error is not fixed. Now I'm seeing: ``` Unexpected token 'export' /.../node_modules/@material/segmented-button/index.js:23 export * from './segmented-button/index'; ^^^^^^ ```
Yeah, I think it is. I've (hopefully) got a workaround for it: https://github.com/hperrin/svelte-material-ui/commit/3c736938a4574b56f2ec78509391e6bbb317f4f0
Yep, that fixed it! Released in `@smui/segmented-button` v6.1.3.