Skip to content

Commit

Permalink
docs(select): rails - update the props descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler authored and kajabi-bot committed Oct 20, 2023
1 parent 660bb22 commit f7446e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<tr>
<td><%= md('`disabled`') %></td>
<td><%= md('Enabling this property adds the `disabled` attribute to the component. <br>⚠️ `disabled` inputs are not submitted in forms.') %></td>
<td><%= md('Enabling this property adds the `disabled` attribute to the component. `disabled` inputs are not submitted in forms.') %></td>
<td><%= md('Boolean') %></td>
<td><%= md('`false`') %></td>
</tr>
<tr>
<td><%= md('`has_error`') %></td>
<td><%= md('Enabling this property adds the `.sage-form-field--error` class to the component.') %></td>
<td><%= md('Enabling this property styles the select in the default danger color theme.') %></td>
<td><%= md('Boolean') %></td>
<td><%= md('`false`') %></td>
</tr>
<tr>
<td><%= md('`message`') %></td>
<td><%= md('Sets the message text for the component.') %></td>
<td><%= md('Displays the message text for the component.') %></td>
<td><%= md('String') %></td>
<td><%= md('`nil`') %></td>
</tr>
Expand Down

0 comments on commit f7446e7

Please sign in to comment.