Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SelectMenu): default values (#1452)
* feat(SelectMenu): default values * fix: remove unncessary pointer Since SelectMenu is used as a nested structure, it is not possible to partially edit it. Thus, an empty slice does not need to be accounted for, and the pointer, which would only be omitted if the value is nil, can be converted to a regular slice. * fix: correct grammar in the comment to SelectMenuDefaultValueType
- Loading branch information