View Issue Details

IDProjectCategoryView StatusLast Update
0009663Talerexchange AML backoffice (SPA)public2025-03-26 16:13
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0009663: we shoud be able to access the handler directly
DescriptionuseForm<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"]}
            />

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-26 16:13 sebasjm New Issue
2025-03-26 16:13 sebasjm Status new => assigned
2025-03-26 16:13 sebasjm Assigned To => sebasjm