[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
- Does a user need to be registered in App...
If I want to send an email (for example, to xyz@gmail.com) from an Appwrite Cloud Function, does that email address need to be registered as a user in Appwrite?...
- support counts
I want just want number of rows i have matching few conditions, if databse.count was there then will had saved few resources, instead using databse.listrows
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?