You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in this demo that if you set multiLine: true it will render as a <textarea>. If we could specify our own custom web component to use instead of <textarea>, it would open a world of possibilities. For example, we could use <code-input> to integrate a code editor into the cell.
The text was updated successfully, but these errors were encountered:
I can see in this demo that if you set
multiLine: true
it will render as a<textarea>
. If we could specify our own custom web component to use instead of<textarea>
, it would open a world of possibilities. For example, we could use<code-input>
to integrate a code editor into the cell.The text was updated successfully, but these errors were encountered: