HiddenRangeWidget
A widget that splits input into two < input type="hidden" > inputs.
Constructor
Signature
def HiddenRangeWidget(
attrs: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| attrs | dict = None | Optional dictionary of HTML attributes to be added to the rendered widget. |
Signature
def HiddenRangeWidget(
attrs: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| attrs | dict = None | A dictionary of HTML attributes to be added to the rendered hidden input elements |