@subiz/widget-v4
v4.1.108
Published
``` sh $ npm run dev ```
Downloads
1,169
Readme
Subiz widget
To test widget
$ npm run dev
visit: http://localhost:8081/acqcsmrppbftadjzxnvo
To test widget in injection mode
$ npm run dev
visit: http://localhost:8081/inject.html?account_id=acqcsmrppbftadjzxnvo
NOTE:
Do not use built it functions !!! Since our script is running in client site. The built-in function may be overriden. For example: baydep.com use datejs which override Date, mojo library override JSON
JSON.stringify => sb.stringify JSON.parse => sb.parseJSON
Note about preact
preact above 10.19.3 cause form input problem reproduct: ,
- checkout to commit
- IMPORTANT: open new incognitor browser
- visit http://localhost:8082/?account_id=acpxkgumifuoofoosble
- input into form offline
- cannot submit (expted: can submit)