We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3b76 commit a011d3bCopy full SHA for a011d3b
CHANGELOG.md
@@ -12,6 +12,7 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
12
- Added `help_has_error` prop to the `Field` component. This `bool` prop will add the `is-danger` class to the field's help text when `true`.
13
- Added `horizontal` prop to the `Field` component. This replaces the `FieldHorizontal` component.
14
- Added `disabled` prop to the `Select` & `MultiSelect` components.
15
+- All components have been updated to accept `yew::Classes` instead of `String` for their `classes` props.
16
17
### removed
18
- The `FieldHorizontal` component has been removed in favor of the `horizontal` prop of the `Field` component.
0 commit comments