View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009663 | Taler | exchange AML backoffice (SPA) | public | 2025-03-26 16:13 | 2025-03-26 16:13 |
Reporter | sebasjm | Assigned To | sebasjm | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | post-1.0 | ||||
Summary | 0009663: we shoud be able to access the handler directly | ||||
Description | useForm<T> returns UI `handler` `handler` should have the same structure than T So we can write this <InputLine label={i18n.str`Password`} name="password" type="password" required handler={handler.password} /> instead of this <InputLine label={i18n.str`Password`} name="password" type="password" required handler={handler.fieldHandlers["root.0"]} /> | ||||
Tags | No tags attached. | ||||