Return values from TextPickerDelegate methods ignored?

I'm working on an app that accepts text entry, and -- in the simulator and on my Venu 3 -- it seems that `TextPickerDelegate` behaves the same whether I return `true` or `false` from the `onTextEntered` and `onCancel` methods. Is this intentional? Does anything different happen based on this return value?