In SearchableSpinner, text is truncated with an ellipsis (...) if it exceeds one line inside the dropdown. Even after selecting an item, only the selected text outside the spinner appears fully, while the dropdown still cuts off long text. Attempts to set setSingleLine(false), ellipsize = null, or use a custom layout with wrap_content did not resolve the issue.