Reputation: 20975
I have to press over the X button very fast to close it actually
This is an untouched NSSearchField... is this a bug or this functionality needs to be special handled?
Upvotes: 1
Views: 278
Reputation: 47169
The (X)
button inside the search field is actually a clear button — ( it deletes text within the box ). There's actually no close
button for it that I'm aware of, although you might be able to come up with something that hides and shows it I suppose.
Also, the magnifying glass doesn't zoom either, in case you were wondering... it's simply a decoration signifying "Search".
Upvotes: 1