Skip to content

Commit d58ff31

Browse files
committed
[fix] the default value of the combobox itemHeight property
1 parent a18f8b8 commit d58ff31

File tree

2 files changed

+973
-651
lines changed

2 files changed

+973
-651
lines changed

docs/combobox/api/combobox_itemheight_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ description: You can explore the itemHeight config of Combo Box in the documenta
1010

1111
@signature: {'itemHeight?: number | string;'}
1212

13-
@default: 32
13+
@default: 37
1414

1515
@example:
1616
const combo = new dhx.Combobox("combo_container",{
17-
itemHeight:50
17+
itemHeight: 50
1818
});
1919

2020
@descr:

0 commit comments

Comments
 (0)