Skip to content

Conversation

@SuicaLondon
Copy link

@SuicaLondon SuicaLondon commented Dec 14, 2025

Hi

I have added a new props showDivider to disable the the default divider which hover the picker. There were two issues #102 and #106 relative to this problems at the moment, so I think it may be better to add a switch hide the lines.

Also, I think it would be better to provide some customisation for the divider later.

import { useState } from 'react'
import Picker from 'react-mobile-picker'

function MyPicker() {
  // ......

  return (
    <Picker 
      {/* ... */}
      showDivider={false}
    >
      {/* ... */}
    </Picker>
  )
}

@vercel
Copy link

vercel bot commented Dec 14, 2025

@SuicaLondon is attempting to deploy a commit to the Adcent Personal Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant