FaridSafi/react-native-gifted-form

The SelectWidget defaults don`t work!

ruballos opened this issue · 0 comments

I need that one option vas checked with this:

defaults={{
          'transaccion{Venta}': true,
        }}

But dont work!

My selectwidget is:

  <GiftedForm.SelectWidget name='transaccion' title='Transacción' multiple={false}>
                      <GiftedForm.OptionWidget title='Venta' value='Venta' />
                      <GiftedForm.OptionWidget title='Renta' value='Renta' />
                    </GiftedForm.SelectWidget>