Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MrFlo 149 posts 392 karma points
    Jul 11, 2017 @ 14:34
    MrFlo
    0

    Mutiple dropdown ?

    Hi Tim,

    I am now trying to create a multiple dropdown from a table. So I took te code from UIOMatic.FieldEditors.Dropdown now I would like to save a CSV but I can not intercept the save to change the array to a CSV a got this error: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: [. Path 'SubServices', line 1, position 3417.

    Do you have an idea of how I could go around this ?

    Thanks in advance!

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jul 11, 2017 @ 14:47
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jul 11, 2017 @ 14:48
    Tim Geyssens
    0

    Ah sorry it does save as csv

    $scope.property.value = val.join($scope.delimiter);

    but again if you check the code for that one it should make sense

  • MrFlo 149 posts 392 karma points
    Jul 11, 2017 @ 15:07
    MrFlo
    0

    Cool that's helpful. It's working now. Cheers Tim!

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jul 11, 2017 @ 15:10
    Tim Geyssens
    0

    Great :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies