Topic: MDBSelect icon (down black triangle) doesn't show selector options
dartseng premium asked 2 years ago
Expected behavior Clicking on triangle Icon of selector component show the option list
Actual behavior The triangle icon is the only unsensitive place of all selector space, this is the opposite that a user expects
Resources (screenshots, code snippets etc.) We use the minimal example code in your documentation:
import { MDBSelect } from 'mdb-react-ui-kit';
export default function App() {
return (
<MDBSelect
data={[
{ text: 'One', value: 1 },
{ text: 'Two', value: 2 },
{ text: 'Three', value: 3 },
{ text: 'Four', value: 4 },
{ text: 'Five', value: 5 },
{ text: 'Six', value: 6 },
{ text: 'Seven', value: 7 },
{ text: 'Eight', value: 8 },
]}
/>
); }
, and create the snippet selector item
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 4.2.0
- Device: Acer-PC
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Krzysztof Wilk staff commented 2 years ago
Hi!
Thanks for reporting that. That's probably an oversight on our side. We'll fix that in the next release :)