cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Support multiline text #16

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

Let's say we have a Booking record type, and it has a notes field, that notes field needs to support multiline text. Right now pressing Enter in a text field submits the data.

samsoft00 commented 1 year ago

Is this going to support adding some special characters within the text? like HTML tags?

mike-hogan commented 1 year ago

I don't think so @samsoft00 . I think explicit support for rich text editing should be done as a custom cell type. I have opened #35 accordingly

mike-hogan commented 1 year ago

Done