Terence Ho

Results 5 issues of 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. ![image](https://user-images.githubusercontent.com/103615256/182075014-76871379-c2a2-4ec4-92af-c10e03265a43.png) ``` { "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. ![image](https://user-images.githubusercontent.com/103615256/185785571-00835cce-6334-4c88-bff7-63f1979e6d06.png)