bulma-extensions
bulma-extensions copied to clipboard
Options are not working when using bulma calendar
I'm using Bulma calendar in my reactJS Project and but some reasons I can't change the default value which is set to "true" to "false".
Here's my code:- <input style={{border: "1px solid gray", borderRadius:"5px"}} className="field is-size-5 " type="date" placeholder="Start Date - End Date" data-is-range="true" data-close-on-overlay-click="true" data-date-format = "MM/DD/YY" data-show-today-button = "false" data-close-on-select = "true"/> </div>
Help me out please, appreciate the support and your time.