sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
7 stars 2 forks source link

[ui] [input type]-Row components return FormRow and input element #367

Closed franzheidl closed 1 year ago

franzheidl commented 1 year ago

RadioRow, CheckboxRow, SelectRow, SwitchRow, TextareaRow, and TextInputRow now only return a FormRow wrapping the respective input element. All props are being passed to the input element now.