pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

SpSearchInputFieldPresenter does not trigger "whenTextChangedDo:" when using the small clear 'x' button #1600

Open ironirc opened 2 months ago

ironirc commented 2 months ago

SpMorphicSearchInputFieldAdapter>>#clearText should use setText: instead of setTextWith:

Ducasse commented 2 months ago

Thanks!