bmichotte / ProMotion-XLForm

ProMotion-XLForm is a ProMotion plugin for XLForm
MIT License
20 stars 21 forks source link

multiple_selector and multiple_selector_popover don't seem to be working now. #52

Closed grimmwerks closed 8 years ago

grimmwerks commented 8 years ago

I've updated Rubymotion, and am using Redpotion. Tried using the example in the read me / docts, but nothing happens upon click:


   {
            title: 'Feedback:',
            name: :treatment_feedback,
            type: :multiple_selector,
            options: {
              :lights => "lights",
              :vibration => "vibration"
            }
          },
          {
            title: 'Multiple',
            name: :multiple_selector_popover,
            type: :multiple_selector,
            options: {
              :roses => 'Roses are #FF0000',
              :violets => 'Violets are #0000FF',
              :base => 'All my base',
              :belong => 'are belong to you.'
            }
          },
grimmwerks commented 8 years ago

Nothing? Still having this issue.

grimmwerks commented 7 years ago

Weird; having this issue once again.