Pranay GoelOriginal post
Rank 1: Thread
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.
Summary
The thread discusses the addition of a multiline string field (text-area) in the Appwrite Cloud create document form. The solution is to wait for a new version of the cloud where the transformation from input[text] to textarea will automatically occur based on the size of the attribute. Currently, only a string field is available in the select attribute field, requiring users to manually insert `\n` for multiline text. The proposed solution is to have an explicit multiline-string attribute for easier input.