Melloware
Melloware
@Ultre00 @BijanRegmi where are we with this PR? Is there more work to be done?
PR is always welcome.
No know workaround that I know of.
No problem! We can always reopen if it accidentally closes. I always prefer to have PR linked to ticket so we can reference later.
OK so it works for me in TypeScript here: https://stackblitz.com/edit/kd3h15?file=src%2FApp.tsx i think the issue is the Calendar detects the `value` and sets the SelectionMode based on whether you pass it...
It should it might be some TypeScript weirdness or magic that I don't know.
it probably needs to be `ObjectUtils.isNotEmpty(props.optionValue)`
Fixed with: https://github.com/primefaces/primereact/pull/7083
I tend to agree with @sja-cslab here. Removing something from the DOM is always the preferred approach as their is less in the DOM tree not being used.