FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

The SelectWidget defaults don`t work! #129

Open ruballos opened 6 years ago

ruballos commented 6 years ago

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>