Skip to content

Autocomplete Property Placement #4

@denniswritescode

Description

@denniswritescode

https://github.com/dennisporterjr/ql-contacts/blob/c87c5c119a6b8053a0c8c4ad8be89e653b6c6380/src/app/interfaces/shared.interfaces.ts#L24-L29

autocomplete might do better as a member of the IQLFormInputConfiguration.

Right now autocomplete is on the same level as state and value in the QLFormInput object, while properties like id and name are in the configuration object.

Autocomplete doesn't seem so foundational that it needs to be a sibling of state and value. It's definitely a configurable property and should be coded as such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions