class documentation

class LazyFieldView(View): (source)

Constructor: LazyFieldView(**kwargs)

View In Hierarchy

Displays a lazy text input which only apply input field changes on blur or when user clicks the save button within the field.

Note

Must be used with String or Number properties.

Parameters
save_on_blurwhen set to False, changes in input field will not be automatically applied when user moves mouse out of the changed field. To apply changes, user must click the save button.
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable save_on_blur Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source)
def to_json(self): (source)

Undocumented

save_on_blur: True = (source)

Undocumented