Open ThukuWakogi opened 1 year ago
@ThukuWakogi Thanks for the suggestion. We'll add this feature to our list.
@ThukuWakogi great implementation. But what does pixelateValue
do?
@danyhiol pixelateValue
is a custom function which adds px
to a number
export const pixelateValue = (value?: number) => `${value || 0}px`;
Description
Its a little frustrating that native base doesn't have a component like
Select
but that supports selection of multiple elements.Problem Statement
i have sort other solution which work as expected but are off since they do not follow the native design system and they are hard to customize.
Proposed Solution or API
For the project I am working on, I implemented a custom
MultiSelect
component. I would fork the repository and add it as a feature but time doesn't allow. I might add it as a feature once I get time.Here is the code
This is inspired partially by react-native-sectioned-multi-select
Alternatives
No response
Additional Information
No response