Closed ogzcode closed 3 months ago
The recent updates enhance the user interface for input components in a Vue.js application, introducing a new <fwb-textarea>
with specific constraints for user messages. Adjustments to layout and functionality in the file input component improve usability and accessibility. The styling and behavior of textarea elements have also been refined, ensuring a better visual indication of their state. Overall, these changes promote a more structured and user-friendly experience across the input elements.
File | Change Summary |
---|---|
docs/components/textarea.md |
Introduced <fwb-textarea> with v-model , new props for length constraints, improving user input handling. |
docs/components/textarea/examples/FwbTextareaExampleDisabled.vue |
Changed attribute names to min-length and max-length for consistency and readability. |
src/components/FwbFileInput/FwbFileInput.vue |
Altered layout to vertical alignment, added conditional label rendering for improved usability. |
src/components/FwbTextarea/composables/useTextareaClasses.ts |
Enhanced classes for disabled state, improving visual feedback and accessibility. |
🐰 In a garden of text, where messages bloom,
A textarea now whispers, dispelling the gloom.
With limits set gently, each word finds its place,
User-friendly changes, bringing smiles to the space.
Hop along, dear friends, let your thoughts take flight,
In this cozy new home, where input feels right! 🌼✨
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?
Name | Link |
---|---|
Latest commit | 5f550be382850f2c330b4cac5e70eecaba68d92d |
Latest deploy log | https://app.netlify.com/sites/sensational-seahorse-8635f8/deploys/66a0f0f3c57189000865df0d |
Deploy Preview | https://deploy-preview-305--sensational-seahorse-8635f8.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
268
Added feat for above issue ☝️
Please check and approve this PR. I will be waiting for your feedback
@Sqrcz @cogor @zoltanszogyenyi @robert1508
Summary by CodeRabbit
New Features
<fwb-textarea>
component for improved message input with validation for character limits.Enhancements
User Interface Changes