The stateful core of PhoenixSelect.select/1 in URL-params mode.
This live component is an internal implementation detail — render selects
with PhoenixSelect.select/1, which validates attributes at compile time
and forwards them here when param={} is given. On change it patches the
query param and the parent LiveView reacts through handle_params/3.