dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Outlined Inputs #1752

Closed agubler closed 3 years ago

agubler commented 3 years ago

Enhancement

Add support for outlined inputs as per the material.io guidelines https://material.io/components/text-fields#input-types.

This should use a property kind to determine the type of input and supported by all the different types of input such as email-input, password-input, select etc

agubler commented 3 years ago

Here is the change to support kinds with buttons https://github.com/dojo/widgets/pull/1751