View Issue Details

IDProjectCategoryView StatusLast Update
0009663Talerexchange AML backoffice (SPA)public2025-04-24 00:30
Reportersebasjm Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status confirmedResolutionopen 
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
2025-04-24 00:30 Christian Grothoff Assigned To sebasjm =>
2025-04-24 00:30 Christian Grothoff Status assigned => confirmed