Skip to content

rightSection for Select is not clickable #385

Answered by rtivital
anton-bot asked this question in Q&A
Discussion options

You must be logged in to vote

You will need to remove pointer events from right section, to do so use Styles API:

<Select styles={{ rightSection: { pointerEvents: 'none' } }} />

This is applicable to any Mantine input with right section

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@anton-bot
Comment options

@MrBirb
Comment options

@rtivital
Comment options

Answer selected by anton-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants