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

bug: clearing a value from a select input-field in app builder does not trigger bg-script that is watching the select input-field #5348

Closed
Knobli95 opened this issue Feb 21, 2025 · 1 comment
Assignees
Labels
bug Something isn't working release: 1.467.1

Comments

@Knobli95
Copy link

Describe the bug

I have a frontend script that is watching a.result (select input-field) this script triggers when an entry is selected within the select input-field. But it does not trigger when a selected entry is cleared from the select input-field (via x button).

To reproduce

1 create a select input-field in the app builder (componentId = a)
2. create a background runnable js-frontend script (bg_0)
3. select component a as a values watched dependency in the bg_0 script
4. open browser console
5. select a value in component a select input-field
6. see that bg_0 triggered in the browser console
7. clear the selected value from a select input-field via x
8. see that bg_0 does not trigger in the browser console

Expected behavior

scripts that have a dependency value watched, should also trigger when a value is cleared from the dependency input-field.

Screenshots

No response

Browser information

google chrome

Application version

Version 133.0.6943.99 (Official Build) (64-bit)

Additional Context

This behaviour might not only be encountered with select input-fields but also with other input-fields in the app builder.

@Knobli95 Knobli95 added the bug Something isn't working label Feb 21, 2025
@rubenfiszel
Copy link
Contributor

Fixed on very latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release: 1.467.1
Projects
None yet
Development

No branches or pull requests

2 participants