-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Could we discuss some improvements for hosted-fields-sdk?
- CVV input has
type="tel"instead it should betype="password"to hide the entered value CRITICAL - It would be nice to get
scrollHeightinonLoadCallbackfor the auto height ofiframe, or other ways for auto height - It would be nice to add
.captionunder inputs with the ability to fill with text in the objectsetup({fields: [ { caption: "Some content" } ]}) - All elements in the DOM must have classes. Now
.input-containeris wrapped indivwithout classes CRITICAL - It would be nice to add Typescript typing for
hosted-fields-sdk. - It would be good if
getandresetmethods return a Promise - It would be good if the
getmethod returned data.Promise<data> - It is necessary to add a callback to the event of user interaction with the fields to clear errors CRITICAL
- It is necessary to add a callback in case of problems loading content for
iframeCRITICAL
Malm
Metadata
Metadata
Assignees
Labels
No labels