Re: [web2py] Editing the default formstyle styles

2019-01-09 Thread mostwanted
Sorry SP the problem was in my application CSS, i tried to explain it on my follow up message which i just posted seconds after your reply. But thanks for replying! Mostwanted On Thursday, January 10, 2019 at 8:02:49 AM UTC+2, sandeep patel wrote: > > @mostwanted > In my case your code working

Re: [web2py] Editing the default formstyle styles

2019-01-09 Thread sandeep patel
@mostwanted In my case your code working as you expected. what web2py version you are using? You can try this def search(): form=SQLFORM.factory(Field('SEARCH', requires=IS_NOT_EMPTY()), widget = lambda field, value: SQLFORM.widgets.string.widget( field, va