@alicloud/console-components-search 0.2.38 → 0.2.39-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -12,3 +12,9 @@
12
12
  ### Patch Changes
13
13
 
14
14
  - rc-search(fix): 修复一国一云环境的多语言问题
15
+
16
+ ## 0.2.29
17
+
18
+ ### Patch Changes
19
+
20
+ - rc-search(feat): 开放前缀选择器的弹层属性
@@ -231,6 +231,10 @@ const Demo1: React.FC<{}> = (props) => {
231
231
  setFilters([...filters, extra]);
232
232
  }}
233
233
  suggestions={[{ label: '实例名称', children: ['222222'] }, '33333333']}
234
+ // prefixPopupClassName='testetesgy'
235
+ prefixPopupProps={{
236
+ className: 'testtestsgy'
237
+ }}
234
238
  />
235
239
 
236
240
  <div style={{ marginTop: 8 }}>