Skip to content

Commit 29169ec

Browse files
committed
Upd README.md #32
1 parent c197218 commit 29169ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ const { value } = this.props;
138138
/>
139139
```
140140

141+
### Parent element for dropdown
142+
143+
```js
144+
<Select2
145+
options={{
146+
dropdownParent: '#element'
147+
148+
```
149+
141150
### Properties
142151
143152
You can pass any properties such as `class`, `id`, `data-*` attributes

0 commit comments

Comments
 (0)