pagination icon indicating copy to clipboard operation
pagination copied to clipboard

Add an API to modify `placeholder` and `Goto` for showQuickJumper `props`

Open juliusdejon opened this issue 4 years ago • 2 comments

hellos

juliusdejon avatar Nov 08 '19 07:11 juliusdejon

Add an API to modify placeholder and Goto for showQuickJumper props

juliusdejon avatar Nov 08 '19 07:11 juliusdejon

Current workaround for me:

// https://github.com/react-component/pagination/blob/master/src/Options.jsx#L154

useEffect(() =>
  document
    .querySelector('[class$="-quick-jumper"] input')
    ?.setAttribute('placeholder', '···쪽')
);
Screen Shot 2021-04-01 at 2 24 09 PM

chalkpe avatar Apr 01 '21 05:04 chalkpe