Skip to content

six-select support for any object as value #58

Open
@tomwilhelm

Description

@tomwilhelm

What problem does this feature solve?

In our project we use the Angular Form Control to save user input which he selects in a six-select. Unfortunately the six-select currently only supports string/string[] as value input. So we only can save string/string[] in our FormControl. If the six-select would take any object type as value we could save us some parsing and could save the selection directly as typed objects.

What does the proposed API look like?

instead of

value value The value of the control. This will be a string or an array depending on multiple. string | string[] ''
i would prefer it more in this way:
value value The value of the control. This will be a string or an array depending on multiple. any ''
similar to the material angular select: https://material.angular.io/components/select/api

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions