Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: Move $$restProps in Select from wrapper <div> to <select> #1807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 3, 2023

  1. Breaking: Move $$restProps in Select to <select>.

    This aligns the component with others like `TextInput`, `NumberInput` or `TextArea` and allows adding not explicitly defined attributes to the "main" element of the component.
    
    Other changes are from formatting by `lint` task.
    (Prettier removes manual line breaks via `  ` from JSDoc strings; turned that into paragraph in `Header`.)
    brunnerh committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    93961b1 View commit details
    Browse the repository at this point in the history