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

Offline: fr|databound-select1[appearance ~= search] doesn't work #6201

Closed
ebruchez opened this issue Feb 22, 2024 · 3 comments
Closed

Offline: fr|databound-select1[appearance ~= search] doesn't work #6201

ebruchez opened this issue Feb 22, 2024 · 3 comments

Comments

@ebruchez
Copy link
Collaborator

ebruchez commented Feb 22, 2024

+1 from customer

@ebruchez
Copy link
Collaborator Author

This fails because the submission is synchronous, and we need to make it asynchronous, at least when in the JavaScript environment.

However, the <xf:send> now assume that the actions are sequential. We need instead to react to xforms-submit-done, in the absence of another way of sequencing the submission completion.

@ebruchez
Copy link
Collaborator Author

  • consider indication that data is still loading/running in the background

@ebruchez
Copy link
Collaborator Author

ebruchez commented Mar 2, 2024

Fixing #6216 is needed as we are moving some logic to the component's model.

@ebruchez ebruchez moved this from To do to In progress in Orbeon Forms 2023.1.1 Mar 2, 2024
@ebruchez ebruchez added this to In progress in Orbeon Forms 2024.1 Mar 2, 2024
ebruchez added a commit that referenced this issue Mar 4, 2024
@ebruchez ebruchez moved this from In progress to Done in Orbeon Forms 2023.1.1 Mar 5, 2024
@ebruchez ebruchez moved this from In progress to Done in Orbeon Forms 2024.1 Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant