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
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
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!
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 …
Thanks for the follow up @Mostafa_El_Ayoubi, as always your package continues to be awesome!
and thank you for the notification!
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
Thanks a lot for developing this great package