Change Text Field spellcheck rights and wrongs

Actually, there’s now a sane way to add the pattern property in Periscope.

With the events.target.lifecycle.onMount callback of the Portal component, you’re given a reference to the target DOM element, on which you can set the pattern property.

1 Like