Search code examples
jquerydatepickerschedulerfuelux

fuelUx scheduler : datepicker Issue


When date picker selects a new date it reloads page and resets the value to default how can I disable this? http://exacttarget.github.io/fuelux/javascript.html#scheduler


Solution

  • This is probably due to the use of datepicker within a form. The control uses <button> without type=button which will submit the form. Known bug #610.

    This has been fixed for Fuel UX 3.0.1. There is a WIP branch if you need the code before the release.