console
console copied to clipboard
🐛 Bug Report: Placeholder Shown in the Allowed File Extensions Input
👟 Reproduction steps
- Go to your Project on Console
- Go to Storage > Settings Tab
- Scroll to Allowed file Extensions and Click on the extensions below to add them
- Notice that the placeholder text i.e. "Allowed file extensions (mp4, jpg, pdf, etc.)" moves to the right of the items added
👍 Expected behavior
Hide, remove the placeholder when the input is not empty.
👎 Actual Behavior
Placeholder is shown even when the input is not empty.
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
Reproducible on Cloud
& 1.5.x
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
That is just a helper text I don't see a bug in that, it is moreover an improvement rather than a bug imo
@sourabpramanik A helper text or a placeholder is usually hidden when an input contains some form of text. This one keeps moving to the right which isn't something standard imo.
@sourabpramanik A helper text or a placeholder is usually hidden when an input contains some form of text.
Agreed for text type input fields this is not the right approach but for multi-select options like this one, this makes more sense. Maybe we can add a sub-label along with the placeholder and remove the placeholder if the field is not empty
Can reproduce and would like to work on it if it is deemed a bug as above discussion