[pbs-devel] applied: [PATCH widget-toolkit v4 3/7] form: add support for multiline textarea
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 25 18:26:53 CET 2024
Am 13.09.24 um 15:10 schrieb Gabriel Goller:
> This adds support for a editable multiline textarea in the ObjectGrid.
> Now we can add a textarea row, which will open a textarea popup, and
> encode the multi-line text into an base64 string (with utf8 support).
>
> Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
> ---
> src/Makefile | 1 +
> src/form/TextAreaField.js | 60 +++++++++++++++++++++++++++++++++++++++
> src/grid/ObjectGrid.js | 29 +++++++++++++++++++
> 3 files changed, 90 insertions(+)
> create mode 100644 src/form/TextAreaField.js
>
>
applied, with a few style/naming fixes squashed in, thanks!
More information about the pbs-devel
mailing list