Whether an option is hidden.
bool isOptionHidden(T item) => Selectable.isHiddenIn(options, item, false);