Posted 5 March 2020, 5:08 am EST
We are getting form dirty automatically while using “wj-auto-complete”. We want to overwrite form dirty or “wj-auto-complete” should not make form dirty automatically.
Please suggest any possible way to achieve this.
Forums Home / Wijmo / General Discussion
Posted by: nilesh_nichal on 5 March 2020, 5:08 am EST
Posted 5 March 2020, 5:08 am EST
We are getting form dirty automatically while using “wj-auto-complete”. We want to overwrite form dirty or “wj-auto-complete” should not make form dirty automatically.
Please suggest any possible way to achieve this.
Posted 6 March 2020, 1:27 am EST
Hi Nilesh,
We are sorry but we were unable to replicate the issue at our end. Please refer to the sample link below that we used to replicate the issue:
https://stackblitz.com/edit/wijmo-multiselect-reactiveforms-mv5ae2
Can you modify the sample so that it reproduces the issue?
Regards,
Ashwin
Posted 25 March 2020, 3:44 am EST
Hi Ashwin,
The above mentioned issue is resolved.Thanks.
I am using flex-grid and need to show tooltip on the same.
However for a particular column, I need to change my tooltip text.
For eg: consider itemsource as:
[{
text: ‘a’,
tooltipText: ‘abc’
},
{
text: ‘a’,
tooltipText: ‘abc’
}]
‘text’ should be visible in cell and ‘tooltipText’ as tooltip.
We are using (mouseover) function to show wijmo tooltip.
Can you please help me on the same.
Thanks,
Nilesh
Posted 26 March 2020, 4:41 am EST
Hi Nilesh,
In the showTooltip method, the second parameter provided is the text to be shown on the ToolTip. You may get the current dataItem from the row object and provide the tooltipText as the content to show. Please refer to the sample link below:
https://stackblitz.com/edit/angular-a2ks4s
~regards