TextFilterField: enable access to "converterType" property
Description
Goal:
--------------------------------------------------------------
Enable custom converter usage for a ContainerFilterComponent's main TextFilterField.
--------------------------------------------------------------
Current situation:
--------------------------------------------------------------
It is possible to set a converter (here a custom "FilterConverter") by
But the converter is not used, as the method does not set the "converterType":
(From "TextFilterField"):
--------------------------------------------------------------
Suggested changes:
--------------------------------------------------------------
[ Enable access to "converterType" >> consultation required ]
--------------------------------------------------------------
Comment:
--------------------------------------------------------------
--------------------------------------------------------------