Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Placeholder Support #53

Closed belasin closed 11 years ago

belasin commented 11 years ago

Hi would be nice if we can configure a placeholder for the widgets

        widget=TypeaheadInputWidget(
            size=60,
            min_length=3,
            placeholder="Agent",
            values='/agents/list.json'),
        description='Provide the AgentID or Agent Name')
belasin commented 11 years ago

I thought this may be a good idea until I went through the systems. This is going to be a lot more complicated than I anticipated.

tisdall commented 11 years ago

There's support for this already on ChosenMultipleWidget which you can see in the template for that widget.