Fixes #1410 ## Problem The `display_title` prop was overriding the default way dropdown option titles are displayed, causing incorrect rendering of option titles. **Expected behavior:** <img width="716" height="944" alt="Expected dropdown display" src="https://github.com/user-attachments/assets/38926731-32dd-4a16-9d08-7f2eed2c99a4" /> **Actual behavior:** <img width="580" height="974" alt="image" src="https://github.com/user-attachments/assets/d96b935a-ce4d-462c-a9ce-4995f5c8eeb5" /> ## Solution - Revert the `display_title` change that was causing the issue - Add a `render` function to allow custom rendering of option titles instead This approach provides more flexibility for customizing option display while preserving the default behavior. cc @stippi |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| tests/fixtures | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||