langflow/src/backend/base
ogabrielluiz edbdce7531 refactor: Add BaseInputMixin for common input field attributes and methods
This commit adds the `BaseInputMixin` class to the `input_mixin.py` file. The `BaseInputMixin` provides common input field attributes and methods for input fields in the codebase. This mixin includes attributes such as `field_type`, `required`, `placeholder`, `show`, `value`, `name`, `display_name`, `advanced`, `input_types`, `dynamic`, `info`, `real_time_refresh`, `refresh_button`, `refresh_button_text`, and `title_case`. The mixin also includes a `to_dict` method for converting the input field to a dictionary representation. This addition improves the organization and reusability of the codebase.
2024-06-12 12:28:28 -03:00
..
langflow refactor: Add BaseInputMixin for common input field attributes and methods 2024-06-12 12:28:28 -03:00
poetry.lock chore: Update package versions in pyproject.toml and poetry.lock 2024-06-11 12:43:44 -03:00
pyproject.toml chore: Update package versions in pyproject.toml and poetry.lock 2024-06-11 15:55:14 -03:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00