Skip to content

Commit b6c92b1

Browse files
committed
Add disabled prop to documentation
1 parent ecce26e commit b6c92b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ ReactDOM.render((
245245
<td></td>
246246
<td>Let popup div stretch with trigger element. enums of 'width', 'minWidth', 'height', 'minHeight'. (You can also mixed with 'height minWidth')</td>
247247
</tr>
248+
<tr>
249+
<td>disabled</td>
250+
<td>boolean</td>
251+
<td>false</td>
252+
<td>Flag for disable the popup, (none of the events is triggered when this flag is setted to true)</td>
253+
</tr>
248254
</tbody>
249255
</table>
250256

0 commit comments

Comments
 (0)