Melloware
Melloware
I think the docs just need updating right?
PR updating the docs is welcome here.
Also similar to this AJV issue: https://github.com/orval-labs/orval/issues/1454
I think others have tried `type: module` in their package.json or something also to fix it.
We just released 8.0.0-rc.1 which is fully ESM if you would like to retest please and report back.
We had this reported at PrimeFaces as well: https://github.com/primefaces/primefaces/issues/11476
NO the code for how to identify cards needs to be adjusted. See here: https://github.com/jessepollak/payment/blob/master/src/index.coffee What type of card and what are the first 4 digits of the card?
Hmm sounds like you have a JS issue or CSS issue. I have a working runnable here: https://www.primefaces.org/showcase-ext/sections/creditcard/basicUsage.jsf Try your card in that and see if it works? At least...
@Daniel-Garmig do you know a way I can "MonkeyPatch" your fix on top of existing jQuery UI? We do stuff like this in our app to patch other jquery UI...
@bercolax can you give me an example? Is SunEditor stripping the `` or is it the PFE HTML Sanitizer? According to SunEditor docs `` is default Whitelist allowed tag. ```...