Skip to content

feat(textarea): introduce isClearable#3477

Closed
IsDyh01 wants to merge 37 commits into
heroui-inc:beta/release-nextfrom
IsDyh01:feat/textarea-add-clearButton
Closed

feat(textarea): introduce isClearable#3477
IsDyh01 wants to merge 37 commits into
heroui-inc:beta/release-nextfrom
IsDyh01:feat/textarea-add-clearButton

Conversation

@IsDyh01
Copy link
Copy Markdown
Contributor

@IsDyh01 IsDyh01 commented Jul 15, 2024

Closes #2348
Closes #2112

📝 Description

Currently, the input component has a clear button function, while the textarea component does not

⛳️ Current behavior (updates)

The textarea component does not have a clear button

🚀 New behavior

Add Clear button functionality for the textarea component。If there is no content in the textarea, the clear button will not be displayed. If there is content, the clear button will be displayed after the content. Click the clear button to clear the text in the textarea and call the callback function

💣 Is this a breaking change (Yes/No):

No

📝 Additional Information

Summary by CodeRabbit

Summary by CodeRabbit

  • New Features

    • Added a clearable feature to the Textarea component, allowing users to easily clear the text using a clear button.
    • Enhanced the Textarea documentation with a new section detailing the clear button functionality.
    • Introduced a header wrapper property to the input component for improved layout styling.
    • Added a new trash icon to the shared icons library.
  • Bug Fixes

    • Updated the Textarea Props documentation to include the new isClearable property.
  • Chores

    • Updated the peer dependency for the @nextui-org/theme package to require a newer version.

@IsDyh01 IsDyh01 requested a review from jrgarciadev as a code owner July 15, 2024 17:02
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 15, 2024

🦋 Changeset detected

Latest commit: 05df8ba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@nextui-org/input Patch
@nextui-org/shared-icons Patch
@nextui-org/theme Patch
@nextui-org/accordion Patch
@nextui-org/autocomplete Patch
@nextui-org/drawer Patch
@nextui-org/modal Patch
@nextui-org/select Patch
@nextui-org/react Patch
@nextui-org/alert Patch
@nextui-org/breadcrumbs Patch
@nextui-org/calendar Patch
@nextui-org/chip Patch
@nextui-org/date-picker Patch
@nextui-org/link Patch
@nextui-org/pagination Patch
@nextui-org/snippet Patch
@nextui-org/table Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nextui-docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 6:52pm
nextui-storybook-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 6:52pm

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 15, 2024

@IsDyh01 is attempting to deploy a commit to the NextUI Inc Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jul 15, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (5)
  • main
  • canary
  • fix/.*
  • chore/.*
  • feat/.*

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update introduces a clear button to the Textarea component in the documentation, detailing its functionality when the isClearable property is set to true. A new headerWrapper slot has been added to enhance the component's structure. Additionally, the package.json for the @nextui-org/input package has been updated to require a newer version of the @nextui-org/theme peer dependency. The useInput hook has been modified to support new methods and conditional class applications.

Changes

File Change Summary
apps/docs/content/docs/components/textarea.mdx Added documentation for the clear button functionality and updated Textarea Props to include isClearable.
packages/components/input/package.json Updated peer dependency version for @nextui-org/theme from >=2.1.0 to >=2.2.12.
packages/components/input/src/use-input.ts Added getHeaderWrapperProps method and updated existing methods for conditional class handling based on isMultiline.
packages/core/theme/src/components/input.ts Introduced headerWrapper slot for layout customization in the input component.
packages/utilities/shared-icons/src/index.ts Added export for the trash icon from the ./trash module.

Assessment against linked issues

Objective Addressed Explanation
Add clear button to Textarea (2348)
Implement isClearable in Textarea (2112)

Possibly related PRs

Suggested labels

📋 Scope : Docs, 👀 Status: To Review

Suggested reviewers

  • wingkwong
  • jrgarciadev

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b762141 and 045d63f.

Files selected for processing (2)
  • packages/components/input/src/textarea.tsx (3 hunks)
  • packages/components/input/stories/textarea.stories.tsx (1 hunks)
Additional comments not posted (5)
packages/components/input/src/textarea.tsx (4)

6-6: Import statement for CloseFilledIcon is correct.

The import statement is necessary for the clear button functionality.


137-142: Conditional rendering of the inner wrapper with the clear button using useMemo is correct.

The logic to conditionally render the inner wrapper with the clear button using useMemo is correct.


92-93: Usage of isClearable and getClearButtonProps is correct.

The logic to get clear button properties from useInput and conditionally render the clear button is correct.

Verify that useInput supports isClearable and getClearButtonProps.

Verification successful

useInput supports isClearable and getClearButtonProps.

The useInput function includes the isClearable property and the getClearButtonProps method, confirming their correct usage in the Textarea component.

  • packages/components/input/src/use-input.ts
    • const isClearable = !!onClear || originalProps.isClearable;
    • const getClearButtonProps: PropGetter = useCallback(...)
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that `useInput` supports `isClearable` and `getClearButtonProps`.

# Test: Search for the definitions of `useInput`. Expect: Definitions include `isClearable` and `getClearButtonProps`.
rg --type typescript 'useInput' -A 10

Length of output: 72


Script:

#!/bin/bash
# Description: Verify that `useInput` supports `isClearable` and `getClearButtonProps`.

# Test: Search for the definitions of `useInput`. Expect: Definitions include `isClearable` and `getClearButtonProps`.
rg 'useInput' -g '*.ts*' -A 10

Length of output: 7997


Script:

#!/bin/bash
# Description: Verify that `useInput` supports `isClearable` and `getClearButtonProps`.

# Test: Search for `isClearable` and `getClearButtonProps` in the `useInput` implementation.
rg 'isClearable|getClearButtonProps' packages/components/input/src/use-input.ts

Length of output: 280


128-135: Conditional rendering of the clear button using useMemo is correct.

The logic to conditionally render the clear button using useMemo is correct.

Verify that getClearButtonProps is used correctly.

Verification successful

The getClearButtonProps function is used correctly.

The function definition ensures that the clear button is accessible and properly styled, providing necessary properties such as role, tabIndex, aria-label, and others. The usage in the provided code snippet is appropriate.

  • getClearButtonProps is defined correctly in packages/components/input/src/use-input.ts.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that `getClearButtonProps` is used correctly.

# Test: Search for the usage of `getClearButtonProps`. Expect: Correct usage.
rg --type typescript 'getClearButtonProps'

Length of output: 77


Script:

#!/bin/bash
# Description: Verify that `getClearButtonProps` is used correctly.

# Test: Search for the usage of `getClearButtonProps`. Expect: Correct usage.
rg --type ts 'getClearButtonProps'

Length of output: 1781


Script:

#!/bin/bash
# Description: Extract the definition and usage of `getClearButtonProps` in `packages/components/input/src/use-input.ts`.

# Extract the definition and usage of `getClearButtonProps`.
rg --type ts -A 10 'const getClearButtonProps' packages/components/input/src/use-input.ts

Length of output: 540

packages/components/input/stories/textarea.stories.tsx (1)

306-316: Definition of the Clearable entity is correct.

The function correctly defines the new exported entity with the necessary properties. The onClear callback is correctly defined to log a message when the clear action is triggered.

@awesome-pro
Copy link
Copy Markdown
Contributor

@IsDyh01 kindly run pnpm changeset command before commit to add the changeset file then again add, commit push

Copy link
Copy Markdown
Member

@wingkwong wingkwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. please add changeset
  2. please add test

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 045d63f and 75dcc18.

Files selected for processing (3)
  • .changeset/five-adults-protect.md (1 hunks)
  • packages/components/input/tests/textarea.test.tsx (1 hunks)
  • packages/components/input/stories/textarea.stories.tsx (1 hunks)
Additional comments not posted (3)
.changeset/five-adults-protect.md (1)

1-5: Changeset file correctly indicates a major version update.

The changeset file is well-formed and clearly describes the addition of a new feature to the textarea component, which justifies a major version bump.

packages/components/input/__tests__/textarea.test.tsx (1)

1-34: Test implementation for the clear button is comprehensive and correct.

The test checks both the functionality of the clear button and the triggering of the onClear callback. It uses appropriate tools and methods for simulating user interactions and verifying the component's state.

packages/components/input/stories/textarea.stories.tsx (1)

306-317: Clearable story is well-implemented but consider noting the console usage.

The story for the clearable textarea is well-implemented and demonstrates the functionality clearly. However, the use of console.log in the onClear callback is typical for examples but should be accompanied by a comment noting that this is not intended for production use.

Copy link
Copy Markdown
Member

@wingkwong wingkwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also include the corresponding info in documentation

Comment thread .changeset/five-adults-protect.md Outdated
Comment thread .changeset/five-adults-protect.md Outdated
Comment thread packages/components/input/stories/textarea.stories.tsx Outdated
@IsDyh01 IsDyh01 force-pushed the feat/textarea-add-clearButton branch from 75dcc18 to 6f92cdb Compare July 21, 2024 07:50
@IsDyh01 IsDyh01 requested a review from wingkwong July 21, 2024 07:51
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 75dcc18 and 6f92cdb.

Files selected for processing (4)
  • .changeset/five-adults-protect.md (1 hunks)
  • packages/components/input/tests/textarea.test.tsx (1 hunks)
  • packages/components/input/src/textarea.tsx (3 hunks)
  • packages/components/input/stories/textarea.stories.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (4)
  • .changeset/five-adults-protect.md
  • packages/components/input/tests/textarea.test.tsx
  • packages/components/input/src/textarea.tsx
  • packages/components/input/stories/textarea.stories.tsx

Copy link
Copy Markdown
Member

@wingkwong wingkwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. your test case failed
  2. please also update documentation as well. you may refer to Clear Button section in Input.
  3. currently the scrollbar will overlap with the clearbutton. please try to add a pr-4 -mr-4 to move the scrollbar without losing space.

Comment thread packages/components/input/src/textarea.tsx Outdated
@IsDyh01 IsDyh01 requested a review from jrgarciadev November 5, 2024 03:13
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between a457246 and c2b16d4.

📒 Files selected for processing (3)
  • .changeset/five-adults-protect.md (1 hunks)
  • packages/components/input/package.json (2 hunks)
  • packages/components/input/src/textarea.tsx (5 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/components/input/package.json
🔇 Additional comments (4)
.changeset/five-adults-protect.md (1)

7-7: LGTM!

The description follows the conventional commit format and properly references the related issues.

packages/components/input/src/textarea.tsx (3)

6-6: LGTM: Import and type changes are appropriate

The changes correctly set up the clear button functionality by importing the requested X icon and updating the type definition.

Also applies to: 18-18


88-90: LGTM: Clear button implementation is well-structured

The clear button implementation is properly memoized and follows the component's patterns by using the hook's props and methods.

Also applies to: 125-127


147-154: 🛠️ Refactor suggestion

Remove unnecessary empty label element

When isClearable is true and shouldLabelBeInside is false, an empty label is rendered. This should be removed as it adds unnecessary DOM elements.

Apply this change:

-              {shouldLabelBeInside ? labelContent : <label {...getLabelProps()}>{}</label>}
+              {shouldLabelBeInside ? labelContent : null}

Likely invalid or redundant comment.

Comment thread .changeset/five-adults-protect.md
@jrgarciadev
Copy link
Copy Markdown
Member

@IsDyh01 the clear button should be visible only when the textarea has some content

CleanShot 2024-11-05 at 08 18 28

please take a look at the input behavior https://nextui.org/docs/components/input#clear-button

@IsDyh01
Copy link
Copy Markdown
Contributor Author

IsDyh01 commented Nov 8, 2024

@IsDyh01 the clear button should be visible only when the textarea has some content

CleanShot 2024-11-05 at 08 18 28

please take a look at the input behavior https://nextui.org/docs/components/input#clear-button

I already took care of it

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
packages/components/input/src/use-input.ts (1)

523-529: Simplify clear button classes.

Based on previous review discussions, some of these positioning classes appear to be redundant. Consider simplifying to only include the necessary classes for positioning.

  className: slots.clearButton({
    class: clsx(
      classNames?.clearButton,
      props?.className,
-     isMultiline ? (isFilled ? "relative block opacity-100 p-0 -m-0 end-0" : "") : "",
+     isMultiline ? (isFilled ? "end-0" : "") : "",
    ),
  }),
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between c2b16d4 and 8bd6f64.

📒 Files selected for processing (1)
  • packages/components/input/src/use-input.ts (4 hunks)
🔇 Additional comments (2)
packages/components/input/src/use-input.ts (2)

372-372: LGTM! Proper layout adjustments for textarea.

The padding and layout changes correctly handle the positioning requirements for the textarea component.

Also applies to: 415-419


536-544: ⚠️ Potential issue

Add missing dependency to useCallback.

The useCallback hook is missing the slots and classNames?.headerWrapper dependencies, which could lead to stale closures.

  const getHeaderWrapperProps: PropGetter = useCallback(
    (props = {}) => {
      return {
        ...props,
        className: slots.headerWrapper({class: clsx(classNames?.headerWrapper, props?.className)}),
      };
    },
-   [slots, classNames?.headerWrapper],
+   [slots, classNames?.headerWrapper],
  );

Likely invalid or redundant comment.

@wingkwong wingkwong changed the base branch from canary to beta/release-next November 22, 2024 15:46
@wingkwong
Copy link
Copy Markdown
Member

mark it on hold until the doc structure revamp pr got merged to beta branch

Comment thread apps/docs/content/docs/components/textarea.mdx Outdated
class: clsx(
classNames?.inputWrapper,
isFilled ? "is-filled" : "",
isMultiline ? "flex-col items-start gap-0" : "",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IsDyh01 Tailwind classes should be exclusively defined in the theme package, specifically in the input.ts file. This is because the TailwindCSS content path is configured to target only the theme package

e.g.

// tailwind.config.js
import {nextui} from "@nextui-org/react";

/** @type {import('tailwindcss').Config} */
const config = {
  content: [
    // ...
    // make sure it's pointing to the ROOT node_module
    "./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}" // <- theme package
  ],
  theme: {
    extend: {},
  },
  darkMode: "class",
  plugins: [nextui()]
}

export default config;

Comment on lines +95 to +100
### Clear Button

If you pass the `isClearable` property to the textarea, it will have a clear button at the
end of the textarea, it will be visible when the textarea has a value.

<CodeDemo title="Clear Button" files={textareaContent.clearButton} />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IsDyh01 Please move this above the description example.

export * from "./warning";
export * from "./danger";
export * from "./success";
export * from "./trash";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IsDyh01 Delete this icon since we're not using it

@jrgarciadev
Copy link
Copy Markdown
Member

@IsDyh01 I added some comments

@IsDyh01
Copy link
Copy Markdown
Contributor Author

IsDyh01 commented Nov 29, 2024

ok, I will modify it as soon as possible.

@jrgarciadev
Copy link
Copy Markdown
Member

Hey @IsDyh01 thanks for this contribution, however, I'm closing this PR in favor of this one #4172 (I had to some a couple of fixes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add clear button to Textarea [BUG] - There are no isClearable at the Textarea component

4 participants