• Gajendra Sanil
    July 12, 2017 at 6:44 am #4498

    I have a singleselect drop down list and once I select a value from the list, there is no way for me to de-select that and select default ( blank ) value.  This is very much necessary for us, in case the user selects an item and want to reset and save the form and come back and select it at a later point, there is no way they can do it.

    SPARK Support
    July 12, 2017 at 9:39 am #4500

    Hi Gajendra,

    You can add a blank value to your Item List, and then use validation to ensure the user selects a non-blank value.

    Regards,

    Stephen P.

    Gajendra Sanil
    July 12, 2017 at 11:48 am #4501

    Thanks Stephen for quick reply.

    This seems like a workaround. We have 100s of drop downs and making this change will require lot of changes on our end. I never had to do this with any drop downs before. Is that something you all can do it as part of the select control?

    Please let me know.

    Thanks,

    Gajendra Sanil

    SPARK Support
    July 12, 2017 at 2:45 pm #4502

    Hi Gajendra,

    The other option is to use some sort of form clear function, and reset the Single Select using setData(“”).

    Regards,

    Stephen P.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search