Skip to content

Commit

Permalink
correcciones componente select
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Morales committed Jan 11, 2024
1 parent de52113 commit 07021a8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions storybook/stories/Select/Select.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,28 +96,6 @@ MultiProps.args = {
onSelectOption: (option) => option,
};

export const SearcherProps = (props) => (
<View style={inlineStyles}>
<Select {...props} />
</View>
);

SearcherProps.storyName = 'with search';

SearcherProps.args = {
value: null,
options: listaPaises,
label: 'Paises',
optionStyles: () => {},
multiOptionsText: 'others',
placeholder: 'seleccione un pais',
isDisabled: false,
isMulti: false,
isSearchable: true,
keyboardType: 'default',
onSelectOption: (option) => option,
};

export const CustomComponent = (props) => (
<View style={inlineStyles}>
<Select {...props} />
Expand Down

0 comments on commit 07021a8

Please sign in to comment.