console
console copied to clipboard
Fixes: add proper resizing and error validation for InputTextarea
What does this PR do?
Fixes the InputTextarea component used across the Console.
- Adds
resize-y,min-h, andmax-hTailwind classes for better user experience and content visibility. - Improves validation handling by showing required field errors clearly using native
on:invalidhandling.
Related Issue
Fixes the bug reported in appwrite/appwrite#10076
Type of change
- [x] 🐛 Bug fix
Hey team 👋 just following up on this PR. It fixes textarea resizing and required field validation in the Console UI. Kindly requesting a review. Linked to issue #10076. Thanks in advance!