Use clearOnSelect false

This commit is contained in:
paul sealock 2023-09-28 17:49:17 +13:00
parent 5fd19f53fa
commit b6bd4df17a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ export const RegionPicker = ( { options, initialValues } ) => {
placeholder="Start typing to filter zones"
selectAllLabel="Select all countries"
individuallySelectParent
clearOnSelect={ false }
maxVisibleTags={ 5 }
/>
);
};