Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adres component inladen adres flash #284

Open
wouter-adriaens opened this issue Jul 5, 2024 · 0 comments
Open

Adres component inladen adres flash #284

wouter-adriaens opened this issue Jul 5, 2024 · 0 comments
Labels
bug Something isn't working frontend

Comments

@wouter-adriaens
Copy link
Contributor

Ref. https://github.com/OnroerendErfgoed/proces_notas/issues/1236 en tab locatie in proces toevalsvondsten.

Bij het inladen van het het adres is er een korte "flash" waarbij zeer kort een leeg of incorrect formulier getoond wordt vooraleer het opgevuld wordt. Dit moet proper afgehandeld worden met loader.

image

vb data:

 adres: {
      land: {
        code: 'BE',
        naam: 'België',
      },
      adres: {
        busnummer: 'B',
        huisnummer: '5',
      },
      straat: {
        id: '32284',
        uri: 'https://data.vlaanderen.be/id/straatnaam/32284',
        naam: 'Krijkelberg',
      },
      gemeente: {
        naam: 'Bierbeek',
        niscode: '24011',
      },
      postcode: {
        uri: 'https://data.vlaanderen.be/id/postinfo/3360',
        nummer: '3360',
      },
      provincie: {
        naam: 'Vlaams-Brabant',
        niscode: '20001',
      },
      deelgemeente: {},
    }
@wouter-adriaens wouter-adriaens added bug Something isn't working frontend labels Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant