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

[sparkle] - enh: TextArea #7767

Merged
merged 2 commits into from
Oct 1, 2024
Merged

[sparkle] - enh: TextArea #7767

merged 2 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. [sparkle] - refactor: update TextArea component to extend HTMLTextare…

    …a attributes
    
    - Modified `TextArea` component props to extend native HTML textarea element attributes for better flexibility
    - Removed unused `ref` and simplified logic by spreading props directly into the `textarea` element
    - Reworked `TextArea` stories to utilize the `defaultValue` prop instead of the `value` prop for uncontrolled component behaviour
    Jules authored and Jules committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    152e49e View commit details
    Browse the repository at this point in the history
  2. [sparkle] - feature: bump package version to 0.2.252

     - Package version updated to include new changes or features
     - Ensures consistency across package-lock.json and package.json files
    Jules authored and Jules committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2a0587f View commit details
    Browse the repository at this point in the history