I want to show dropdown list without the message "select input" in Mobile button.
for reducing the operation steps of mobile button.
-- In my Japanese "select input" is "入力を指定してください".
Scenario:
Mobile button with a dropdown list.
Currently:
step 1. Push the button on Phone home.
It show the message 'select input'
step 2. Touch the message "select input"
It show the dropdown list.
step 3. Select a item from dropdown list.
It start the flow.
My scenario:
step 1. Push the button on Phone home.
It show the dropdown list.
step 2. Select a itme from dropdown list.
It start the flow.
My scenario can start two steps instead of three steps for operating Mobile Button with a dropdown list.
Mobile Button is nice for do something with small steps.
So I hope to reduce steps to using Mobile Button.
Regards,
Yoshihiro Kawabata