-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conditional settings based on data types do not work in the SDK #49
Comments
I'd like to bump this as it continues to be very frustrating when developing templates. |
I've just encountered this one again too! |
Conditions such as:
seem to work ok in the SDK, but ones based on data types such as:
work in the main app, but not the SDK. |
Another related case that works in published templates, but not the SDK is:
|
I also ran into this. On a side note: Peter's example above uses "number" to check the binding type, but in the conditional settings section of the docs, it's "numeric":
|
Hi @maartenzam! Just confirming, as Maarten spotted, the type should be |
For example if a setting has…
show_if: data.my_binding
… the setting will never show up in the SDK, whereas in the main app the setting will show and hide as designed, based on whether the binding is set.
The text was updated successfully, but these errors were encountered: