mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
commit
3cdb994f9d
5
.changeset/gorgeous-trainers-bathe.md
Normal file
5
.changeset/gorgeous-trainers-bathe.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@lowdefy/blocks-antd': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix elementId on MultipleSelector.
|
@ -67,7 +67,7 @@ const MultipleSelector = ({
|
|||||||
content={{
|
content={{
|
||||||
content: () => (
|
content: () => (
|
||||||
<div className={methods.makeCssClass({ width: '100%' })}>
|
<div className={methods.makeCssClass({ width: '100%' })}>
|
||||||
<div id={`${blockId}_popup`} />
|
<div id={`${blockId}_${elementId}_popup`} />
|
||||||
<Select
|
<Select
|
||||||
id={`${blockId}_input`}
|
id={`${blockId}_input`}
|
||||||
allowClear={properties.allowClear !== false}
|
allowClear={properties.allowClear !== false}
|
||||||
|
Loading…
Reference in New Issue
Block a user