Skip to content

Conversation

@Choza-rajan
Copy link

Root Cause of the Issue

The issue occurs due to a lack of null checks in the InputView's TextChanged event.

Description of Change

  • Added null checks for the Text property using the null conditional operator to prevent crashes when the text is set to null.
  • Ensure that when the text is set to null or empty, the hint state is updated correctly by setting IsHintFloated to false.

Issues Fixed

Fixes #11

Screenshots

Before:

Before.mp4

After:

After.mp4

@PaulAndersonS
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PaulAndersonS PaulAndersonS merged commit c7a980e into syncfusion:main Nov 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting Exception when moving away from Page.

3 participants