Open ruballos opened 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>
I need that one option vas checked with this:
But dont work!
My selectwidget is: