fix: display Input prefix and clear symbol correctly#273
Merged
Conversation
Member
spawnia
commented
Jul 3, 2024

Member
|
Current definition of the less-variable |
702c203 to
7a30893
Compare
simbig
approved these changes
Apr 30, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Apr 30, 2025
## [19.9.1](v19.9.0...v19.9.1) (2025-04-30) ### Bug Fixes * display Input prefix and clear symbol correctly ([#273](#273)) ([7a984a8](7a984a8))
|
🎉 This PR is included in version 19.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the display issue of the Input prefix and clear symbol in the Input component demos. Key changes include updating the import of TextAreaProps, adding a BarcodeOutlined prefix with allowClear to one demo, and adding a new Form.Item showcasing Input.TextArea with allowClear behavior.
Files not reviewed (1)
- src/antd.less: Language not supported
Comments suppressed due to low confidence (2)
src/Input/index.stories.tsx:17
- Ensure that importing TextAreaProps from './index' aligns with the component's intended public API and does not break any existing contracts.
import { Input, InputNumber, TextAreaProps } from './index';
src/Input/index.stories.tsx:26
- [nitpick] Verify that using '' for layout in the 'Text' story matches the intended UX design and maintains consistency across similar demos.
<Space vertical>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.