Designer Gaps
Ability to wrap the external element in a component
Ability to remove the external element in a component
Properties
e.g. ID, for Form input Name
Validators e.g. to prevent duplicates, and ensure valid formatting
Preformatters
Required
What triggers element code on dropping e.g. an INPUT on page, to default that Name?
Boolean Attributes
e.g. disabled
<input
type="submit"
class="w-button"
value="Submit"
disabled
/>
Multipart Components
e.g. 2 top elements within a component
Thin Slots
No DIV generation
Thin Collection Lists, No DIV generation
After SSR. .
Ability to put Non-Components ( Elements ) in Component slots
Variant Support for
Last updated