Skip to content

avoid kebab case names when using validation #6

@meek0

Description

@meek0

given form name a-test
the resulting validation function will be $('a-test.continue') !== true
this will cause a type reference error and break the form for amber-visit

solution:
form name should be validated such that it will work when referencing an object properties (e.g. name.something, where something is a property of name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions