-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A LabelValueOption interface that represent a select option gives the possibility to have some useful utility functions like:
- sortByLabel
- sortByValue
see example: https://github.com/neolution-ch/react-hook-form-components/blob/main/src/lib/types/LabelValueOption.ts
This might be seen as the javascript version of the SelectListItem (https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.rendering.selectlistitem?view=aspnetcore-8.0) class of the ASP.NET Core.
Maybe we should name it the same
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request