Data.default_no_input_hint#

property Data.default_no_input_hint: str[source]#

Default hint if subject input is missing in force_entry elements.

This value is read from config.conf. Only used, if there is no dedicated no_input_hint for this element.

Notes

The property searches for an option of the form <element_class>_debug in the section debug of config.conf. If no option is found, the return value is “You need to enter something”.

Type

str