-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationcustom element
Description
Custom (Input) Elements like ui5-input uses the propname value for the inputvalue attribute.
But svelte only permit value as propname when the element's name is input, textarea or select
svelte/src/compiler/compile/nodes/Element.ts
Line 532 in bdabd89
otherwise svelte throws an error that value is not a valid binding-element
pls have a look here:
https://codesandbox.io/s/divine-architecture-3qvlc?file=/App.svelte
jesperp, maadborn, brgrz, RobertWeaver, samuelstroschein and 13 more
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationcustom element