Sean McLucas
Results
1
comments of
Sean McLucas
trafficstars
Or, could we expose the underlying DOM form element as part of the API? e.g. ``` constructor() { this._assignFormRef = (formElement) => { this.formElement = formElement; }; } customFormSubmissionHandler() {...