form-data-json icon indicating copy to clipboard operation
form-data-json copied to clipboard

Implement `beforeSet` callback for input elements

Open KES777 opened this issue 9 months ago • 7 comments

Is your feature request related to a problem? Please describe. I am using component like TomSelect. I leverage Ajax loading. There is no way to precreate select with all available options. Thus HTML has this to be filled does not have options, thus FormDataJson.FromJson( ... ) do nothing with it, because it does not have corresponding option.

Describe the solution you'd like Allow to configure FormDataJson to create

KES777 avatar Jan 08 '25 23:01 KES777