Skip to content

Example creating an extendable custom input component #563

Closed
@yyx990803

Description

@yyx990803

Sometimes users want to have complicated custom behavior for v-model, or simply 2-way filter like type casting similar to the built-in modifiers.

The custom input component pattern I demonstrated earlier (as mentioned here) is very powerful and can handle all those needs, but it isn't mentioned in the docs.

I think we should either add a paragraph on this at the end of Form Input Bindings (with a tip like "comeback after you understand how components work"), OR add a chapter in the Advanced section of the guide.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions