Terence Ho
Terence Ho
Hello @kailong321200875 How can I set focus() in form?
Hello I used FormSchema and useForm() for checkbox and it used to work well and it's not clickable from unknown moment.  ``` { "field": "riHideRecipel", "label": "", "componentProps": {...
Hello @PiotrDabkowski I've translated this javascript file to python and got the XX object. ``` ** JavaScript ** XX.WSVerifyCookieReq = function () { this.lUid = 0; this.sUA = ""; this.sCookie...
Hello @PiotrDabkowski I tried with this js code but it's causing error. ``` // JavaScript BinBuffer.allocate = function (uiLength) { uiLength = self.position + uiLength; if (self.buf != null &&...
I've got this exception while translating js file to python. 