Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 4, 2019
1 parent 3227695 commit 4c1345a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/showcase/checkbox/CheckboxDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ onCityChange(e) {
<td>false</td>
<td>When present, it specifies that the element value cannot be altered.</td>
</tr>
<tr>
<td>required</td>
<td>boolean</td>
<td>false</td>
<td>When present, it specifies that an input field must be filled out before submitting the form.</td>
</tr>
<tr>
<td>readOnly</td>
<td>boolean</td>
Expand Down
6 changes: 6 additions & 0 deletions src/showcase/radiobutton/RadioButtonDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ import {RadioButton} from 'primereact/radiobutton';
<td>false</td>
<td>When present, it specifies that the element value cannot be altered.</td>
</tr>
<tr>
<td>required</td>
<td>boolean</td>
<td>false</td>
<td>When present, it specifies that an input field must be filled out before submitting the form.</td>
</tr>
<tr>
<td>tooltip</td>
<td>any</td>
Expand Down

0 comments on commit 4c1345a

Please sign in to comment.