Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chips] When deleting text in MDCChipField, only select the last chip…
… if the text field is empty. This change moves the textField length check before the character deletion (previously it happened after), so the last chip in the field is only selected if the user taps the delete key when there is no text entered in the field. PiperOrigin-RevId: 306522550
- Loading branch information