onBlur property
Fired when this component loses focus.
This stream is fired when:
- the underlying material input blurs, if there is no popup and there are subscribers to the blur stream
- the suggestions popup closes and there is no focus on the underlying material input
Implementation
@Output('blur')
Stream<void> get onBlur => _onBlur.stream;