mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* prototype to use class method to initialize Select object using an iterator * add docstring and optional arguments to Select.from_values() * add test widget for Select.from_values() and update documentation to include an example for its use * add snapshot tests to Select.from_values() class method and update snapshots to include results * address review comments --------- Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>