Thinh Le
Thinh Le
**Describe the bug** When I assigned these below valid urls to paths in worker options, tesseract.js did not recognize them: - http://someserver/abc (without any dot) - http://somerserver:port/abc **To Reproduce** Steps...
This issue lists changes for @moai/[email protected] Proposed ones are unchecked boxes and confirmed ones are checked. - [x] MenuItem: Change name of 'fn' prop to 'onClick'
Can not close the Dialog by pressing Escape. It is easy to see in the Basic example of Dialog in Moai docs: https://docs.moaijs.com/?path=/docs/components-dialog--primary
By suggestion from a friend in webuild community, we should use [headless UI](https://headlessui.dev/react/dialog) for Moai's dialog and select. Todos: - [ ] Write unit tests for current Dialog (#261 )
We should create `pagination` lib for moaijs to serve different requirements with pagination.
At the moment, `is-url` does not support urls like below: - http://someserver/abc (without any dot) - http://someserver:port/abc