Skip to content

Separating Key and Value in Dropdown shared component #342

Description

@alexjoybc

<option key={val} value={val}>
{val}
</option>

For better usage of the dropdown it would be nice to be able to pass an array of key value pair so that the displayed text will be the value and the key would be used as the key

Metadata

Metadata

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