OK, use case:
I have a phone number field. I am trying to improve the entering of phone numbers. Right now we just have a textfield with validation.
So, i would like the user to select country, AND enter the phonenumber.
This means i cant have the icon and country names in the same text field where the user enters the phone number, since then the country names are what is put in the textfield when the user selects country. I basically need two formitems, one for the country select, and one for the msisdn text.
I have managed this, but i am trying to make it look good, which is not going so well...
Long story short: i would like it to look something like the image below. but the icons and textfields should be two different fields and not affect eachother.
All examples i've seen are strictly one formitem per row. I have done some CanvasItems for showing maps and similar in forms, do i have to use that here too, or is there some nifty way i haven't thought of?
Thoughts much appreciated.
I have a phone number field. I am trying to improve the entering of phone numbers. Right now we just have a textfield with validation.
So, i would like the user to select country, AND enter the phonenumber.
This means i cant have the icon and country names in the same text field where the user enters the phone number, since then the country names are what is put in the textfield when the user selects country. I basically need two formitems, one for the country select, and one for the msisdn text.
I have managed this, but i am trying to make it look good, which is not going so well...
Long story short: i would like it to look something like the image below. but the icons and textfields should be two different fields and not affect eachother.
All examples i've seen are strictly one formitem per row. I have done some CanvasItems for showing maps and similar in forms, do i have to use that here too, or is there some nifty way i haven't thought of?
Thoughts much appreciated.
Comment