Skip to content

Style of an item is not changed on deselect. #925

@DimitarTodorov

Description

@DimitarTodorov

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum?

Yes

Tell us about the problem

Please, ensure your title is less than 63 characters long and starts with a capital
letter.

When deselect an item from ListView its style is not changed. Item remains selected.

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

  • Progress NativeScript UI version: (the version of nativescript-telerik-ui/-pro in the package.json)
  • CLI: (run tns --version to fetch it)
  • Cross-platform modules: (the version of tns-core-modules in the package.json)
  • Runtime(s): (the "tns-android" and "tns-ios" properties in the package.json)

Please tell us how to recreate the issue in as much detail as possible.

  1. Start the demo-vue application
  2. Select an item from ListView (in the selection example)
  3. Deselect an item

Actual: Item is not deselected
Expected: Item should be deselected
(On android the deselect event is triggered. On iOS the deselect event is not triggered.)

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

The demo-vue app from the repo.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions