Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    11.1p: Not possible to clear ComboBoxItem on iPad Safari

    Hi Isomorphic,

    please see this testcase (v11.1p_2018-09-18).
    On iPad, it is not possible to clear a ComboBoxItem like "A simple combobox" with the animals. A "Clear" button next to "Accept" and "Cancel" is missing.

    Also, if you change the SelectItems like follows, the UX to select the empty value is not as good as on desktop IMHO, as because of the missing border and full screen size of the pickList, the "empty" entry is hard to identify.
    A "Clear" button, like the one suggested above for ComboBoxItem, would be better IMHO.

    Code:
        {
            name: "selectItem", title: "Select", hint: "<nobr>A select with icons</nobr>",
            editorType: "SelectItem", [B]allowEmptyValue:true,[/B]
            valueMap : valueMap,
            valueIcons : valueIcons,
            valueIconSize : 16,
            imageURLPrefix : "flags/16/",
            imageURLSuffix : ".png"
        },
        {
            name: "selectItem2", title: "Select", hint: "<nobr>A select with styled entries</nobr>",
            editorType: "SelectItem", [B]allowEmptyValue:true,[/B]
            valueMap : {
                "red" : "<span style='color:#FF0000;'>Red</span>",
                "green" : "<span style='color:#00FF00;'>Green</span>",
                "blue" : "<span style='color:#0000FF;'>Blue</span>"
            }
        }
    Tested with iOS 11.4.1 Safari in online showcase.

    Best regards
    Blama

    #2
    This is happening the same in 12.0p. I do not think that the app-version will be finished before the switch to 12.0p, so I'm going to report such issues based on 12.0p now.

    Best regards
    Blama

    Comment


      #3
      We've added a "clear" button as requested back to SC 10.0p. It's in the nightly builds dated 2018-10-05 and beyond.

      Comment

      Working...
      X