generiekzaakafhandelcomponent / gzac-issues

2 stars 0 forks source link

IBAN component: only allow capital letters #52

Open ThomasMinkeRitense opened 2 months ago

ThomasMinkeRitense commented 2 months ago

As a case handler that fills in a form to complete a user task I want the IBAN form.io component to only allow capital letters To make sure I can only enter valid data

ThomasMinkeRitense commented 2 months ago

@AntonVissers

AntonVissers commented 2 months ago

@ThomasMinkeRitense I suggest not to only allow capital letters but automatically convert all entered letters to capitals. In general, what happens when, on entering a form, the value for a field does not match the criteria for that field? Is the value displayed with an error? is the value ignored? Is it self repairing, i.e. leaving white spacing out to match a mask or convert to capital as might be used in this particular instance?