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.
https://github.com/dennisporterjr/ql-contacts/blob/c87c5c119a6b8053a0c8c4ad8be89e653b6c6380/src/app/interfaces/shared.interfaces.ts#L24-L29
autocompletemight do better as a member of theIQLFormInputConfiguration.Right now
autocompleteis on the same level asstateandvaluein theQLFormInputobject, while properties likeidandnameare 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.