diff --git a/docs/app/views/examples/components/form_select/_props.html.erb b/docs/app/views/examples/components/form_select/_props.html.erb index a2d9f60113..04c7d21794 100644 --- a/docs/app/views/examples/components/form_select/_props.html.erb +++ b/docs/app/views/examples/components/form_select/_props.html.erb @@ -1,18 +1,18 @@ <%= md('`disabled`') %> - <%= md('Enabling this property adds the `disabled` attribute to the component.
⚠️ `disabled` inputs are not submitted in forms.') %> + <%= md('Enabling this property adds the `disabled` attribute to the component. `disabled` inputs are not submitted in forms.') %> <%= md('Boolean') %> <%= md('`false`') %> <%= md('`has_error`') %> - <%= md('Enabling this property adds the `.sage-form-field--error` class to the component.') %> + <%= md('Enabling this property styles the select in the default danger color theme.') %> <%= md('Boolean') %> <%= md('`false`') %> <%= md('`message`') %> - <%= md('Sets the message text for the component.') %> + <%= md('Displays the message text for the component.') %> <%= md('String') %> <%= md('`nil`') %>