[SOLVED] Addition of multiline string field (text-area) in Appwrite Cloud create document form
- 0
- Cloud
Now only string is present in the select attribute field. So when we want to insert a multiline text, we have to explicitly insert \n in between. So it's better to have an explicit multiline-string attribute for such cases.
You need to wait new version for cloud
input auto transform from input[text] to textarea depending of size of attribute
oh okay
[SOLVED] Addition of multiline string field (text-area) in Appwrite Cloud create document form
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...