diff --git a/docs/src/dropdowns.html b/docs/src/dropdowns.html index 048bf588..de8bc5a8 100644 --- a/docs/src/dropdowns.html +++ b/docs/src/dropdowns.html @@ -20,7 +20,7 @@
Dropdowns are built with <details role="list">
as a wrapper and <summary>
and <ul>
as direct childs.
Dropdowns are built with <details role="list">
as a wrapper and <summary>
and <ul>
as direct children.
For style consistency with the form elements, dropdowns are styled like a <select> by default.