pagetop/src/base/component/form
Manuel Cillero 1e2d171805 ♻️ (pagetop): setup() recibe &mut Context
Antes sólo mutaba el propio componente; ahora también puede aplicar
ajustes síncronos sobre el Context, visibles para las extensiones que
intercepten BeforeRender. La frontera con prepare() pasa a ser de
sincronía, no de qué puede mutar cada uno.
2026-09-06 09:04:44 +02:00
..
check.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
checkbox.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
component.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
fieldset.rs ♻️ (pagetop): Incorpora Context al render de Props 2026-09-05 00:19:39 +02:00
hidden.rs ♻️ Migra #[builder_fn] a #[builder_impl] 2026-08-29 19:25:58 +02:00
input.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
number.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
props.rs ♻️ (util): Simplifica normalize_ascii* 2026-09-05 21:19:15 +02:00
radio.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
range.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
select.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00
textarea.rs ♻️ (pagetop): setup() recibe &mut Context 2026-09-06 09:04:44 +02:00