Custom User Input Serialization

Overview

Custom components don’t or cant always bind to the htmlAttribute.value property. In order to get the user data (the data the user fills out), these components can implement a customGetUserData() method which will return its data.

export function customGetUserData() {}