Page 1 of 1

app creator express change text input

Posted: Sat Mar 28, 2015 12:04 pm
by Bradley Quinlan

I have recently create an app using app creator express, it works great however would like to change the text input to "Textarea" (As i need need multiple lines) , i found a selection where the component can be change "Custom components - widgetstring". however when change, the custom field with the value: {{FieldValue}} disappears. Does you have any suggestion for change?
Or to put it simple how do I make the text field bigger and multiple lines?


app creator express change text input

Posted: Sun Mar 29, 2015 4:47 am
by Illya Stepanov

Hi Bradley -

Could you please describe your issue with more details? Are you using custom component in your app?


app creator express change text input

Posted: Sun Mar 29, 2015 9:46 am
by Bradley Quinlan

Hi

Thanks you for your response, I have create an application using the app creator express. Refer to link: https://devcenter.appery.io/documenta...
The app works great, except for the text input, which need to be bigger and multiple line.
I am only using the components supplied / build as part of app creator express.
One way I thought I could modify the app creator express generated application "text input" (highlighted in red) to a "TextArea" however I could not made this work.
Do you have any suggestion?
Image


app creator express change text input

Posted: Sat Apr 04, 2015 9:56 am
by Alena Prykhodko

Hello,

Sorry for delayed reply.
To change component you will need to break Custom component apart

Image

And then replace Input with Textarea component, but note, you will need to edit mapping to make this work


app creator express change text input

Posted: Sun Apr 12, 2015 9:31 pm
by Bradley Quinlan

Thanks you for the reply. I change the text input and have successfully re-mapped . Thanks you for your assistants