Checklist app - Auto Correction makes possible empty title

Hi, I’m working on the Checklist App, and I discovered a bug that I don’t really know how to fix. It happens when you’re typing the name of your item (or list) and have the clear button enabled. If what you’re currently typing has a suggestion for auto correction (that is, the text is highlighted), and you tap the clear button while the text stills highlighted, the Done button won’t be disabled.
The textFieldShouldClear method is called, but there must be something after that re-enable the Done button… Any idea ?

@ericlm Do you still have issues with this?