Skip to content

Commit

Permalink
feat(pointcloud): SubAttribute selector support clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Sep 22, 2022
1 parent e51acd6 commit 69ea970
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const AttributeUpdater = ({
value={ptx.selectedPointCloudBox?.subAttribute?.[subAttribute.value]}
placeholder={t('PleaseSelect')}
onChange={(value) => setSubAttribute(subAttribute.value, value)}
allowClear={true}
>
{subAttribute.subSelected.map((sub: any) => (
<Select.Option key={sub.value} value={sub.value}>
Expand Down

0 comments on commit 69ea970

Please sign in to comment.