Re: [web2py] custom form web2py not work when i use selectpicker

2018-08-21 Thread Carlos Correia
Às 20:41 de 21-08-2018, Rodrigo Gomes escreveu: > thanks, but the problem is not adding the selectpicker in the selects, the > problem is that by adding it to any select it does not recognize the input > data > > terça-feira, 21 de Agosto de 2018 às 14:17:48 UTC-3, Carlos Correia escreveu: > >

Re: [web2py] custom form web2py not work when i use selectpicker

2018-08-21 Thread Rodrigo Gomes
thanks, but the problem is not adding the selectpicker in the selects, the problem is that by adding it to any select it does not recognize the input data terça-feira, 21 de Agosto de 2018 às 14:17:48 UTC-3, Carlos Correia escreveu: > > Às 00:39 de 17-08-2018, Rodrigo Gomes escreveu: > > > Good

Re: [web2py] custom form web2py not work when i use selectpicker

2018-08-21 Thread Carlos Correia
Às 00:39 de 17-08-2018, Rodrigo Gomes escreveu: > > Good evening, folks, I've come here to unveil a mystery, I'm developing an > application with web2py, (framework that I use about 3 years ago) > > I am using sqlform.factory, passing 2 tables, being that I do this to fill in > a single form, table

[web2py] custom form web2py not work when i use selectpicker

2018-08-16 Thread Rodrigo Gomes
Good evening, folks, I've come here to unveil a mystery, I'm developing an application with web2py, (framework that I use about 3 years ago) I am using sqlform.factory, passing 2 tables, being that I do this to fill in a single form, table, person and address, for better understanding follows