The inline style element used by the -ms-clearworkaround breaks Content Security Policy. Would it be possible to have an extra prop that would control whether such a workaround is applied (I don't believe the current approach can be made CSP-safe)?
(Extra note: both the element and the style element refers to state.id which should probably be state.inputId which is defined in the constructor).
The inline style element used by the
-ms-clear
workaround breaks Content Security Policy. Would it be possible to have an extra prop that would control whether such a workaround is applied (I don't believe the current approach can be made CSP-safe)?(Extra note: both the element and the style element refers to
state.id
which should probably bestate.inputId
which is defined in the constructor).