Source: factory.field/package.core/BaseFieldInput.py
Base class for simple input fields that
render a single form control with no query
or option-loading logic.
All template/help/palette helpers live on
...
| Method | Signature | Description |
|---|---|---|
| default_field_width | default_field_width() -> int |
Return the natural Bootstrap col width |
| render_locked_result_card | render_locked_result_card(label: str = 'Your result', sublabel: str = 'Locked in — no need to play again', value: str = '', primary: str = '') -> str |
Render a static "you already played |