Bixby Developer Center

References

auto-on-click-for-list-of

optionalvalue optional

Enables auto-selection behavior for list-of. If you do not have this flag enabled and are running runtime version 7 or later, then defining the has-details key in your input view or result view generates an error in your capsule. If you are running version 6 or earlier, then defining the has-details key in your input view or results view generates a deprecation warning.

If you have this flag enabled but have an on-click key defined for your component within either a selection-of or list-of, you will get a warning when compiling your capsule that the on-click definition will be ignored.

This runtime flag is enabled by default in the following runtime versions:

Example

capsule {
...
runtime-version (7) { // required
overrides { // optional
auto-on-click-for-list-of (true)
...
}
}
}