The new date range picker looks great, however it looks like there is no longer a setValue()
or setStartValue()
function. Any ideas on how I can change these inputs programatically?
Setting it to a temporary variable actually worked for me. I don't know if this is the intentional way to do it.
Hi @bpmct! Glad you found a solution I think that is what I'd recommend as well for changing the dates programmatically.
For clearing the component programmatically, you can use daterangeName.clearValue() in a JS query. Actions like this generally do not work in transformers, but do work in JS queries.
1 Like