Merge pull request #1871 from lowdefy/develop

Release
This commit is contained in:
Sam 2024-11-06 12:25:57 +02:00 committed by GitHub
commit 3cdb994f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@lowdefy/blocks-antd': patch
---
Fix elementId on MultipleSelector.

View File

@ -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}