I have the following few questions and will appreciate your feedback:
I need to create a list of Select (UI components) whose labels and values are to be mapped by an array via a REST service. The listItem component serves the purpose of listing the element values on the UI, but doesn't give the menu select option. Also I cannot hardcode the number of elements in the list, but the number should be determined by the number of elements that is returned by the rest service. What would you recommend?
Is there a way for me to adjust the font of labs and values of select and listItem components?
Finally I was wondering if you know that someone has or have pointers to developing a basic note taking application with appery (ie. render display to input/edit text by user, save the text, and retrieve it when needed).
Thanks for any input and guidance.