Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date Picker Not Showing While Click #324

Open
Vigneshwaran-crypto opened this issue Oct 22, 2024 · 1 comment
Open

Date Picker Not Showing While Click #324

Vigneshwaran-crypto opened this issue Oct 22, 2024 · 1 comment

Comments

@Vigneshwaran-crypto
Copy link

   import DatePicker, { DateObject } from "react-multi-date-picker";

   
   
   <DatePicker
          containerStyle={{
            display: "flex",
            flex: 1,
            width: "100%",
          }}
          range
          rangeHover
          format="MM/DD/YYYY"
          value={values}
          onChange={(val) => {
            console.log("chosen dates :", val);
            setValues(val);
          }}
          placeholder="From - To"
          dateSeparator=" - "
          plugins={[<DatePanel />]}
        />``
@dadang-hawari
Copy link

dadang-hawari commented Oct 25, 2024

maybe you could remove the backticks in your last code
/>``

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

No branches or pull requests

2 participants