Data-Shapes Multiline Input

Is there a way to have a multiline input using one of the nodes in Data-Shapes, like for an address or description?

Thanks,
Scott

I think you best bet would be to have multiple TextBox items and then combine / parse them as needed after selection.

@Mostafa_El_Ayoubi do you have any advice here?

Hi @srosenbloomNKA ,
try version 2019.2.8 of the package ! I just published it

4 Likes

Awesome @Mostafa_El_Ayoubi. Thanks so much! I’ll give it a look. Also, just looking at your image, how did you get that title “Data-Shapes 2019.2.8” to be big and bold like that? It looks great!

Scott

Cool! :slight_smile:
The “description” of the form has always been displayed that way, except for version 2019.2.6 of the package where it was mistakenly made smaller …

1 Like

Thanks for the follow up @Mostafa_El_Ayoubi, as always your package continues to be awesome!

1 Like

and thank you for the notification! :slight_smile:

1 Like

Yeah, looks like 2019.2.6 is what I have. Thanks!

If someone wants to split the text again, they can just use the String.Split with “\n” as seperater. Works like a charm :slight_smile:

Thanks a lot for developing this great package :slight_smile:

image

1 Like