周向涛
周向涛
hi 各位, wiki中“用户自定义词典“中使用UserDefineLibrary 演示动态添加词的例子, 但该类目前已经不在源码内,请说明一下新版中该如何做。
More and more html5 web page use rem, it's mobile friendly. will mui use rem to replace px?
React Input use html input as implement when type is not 'textarea'. It would be better to add more type, like 'number', 'date'. about input type, please see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input https://github.com/muicss/mui/blob/master/src/react/input.jsx
I run the example code, all works great. I want the feature : the first screen is with tab, then push the 2nd screen, without tab showing, is this possible...
## Steps to Reproduce 1. clone the repo 2. run example 3. switch to "Decorated Field" 4. click "title" field, and switch to Chinese Input Method, type in "zhongwen", we...
the editor should support inner list. please see the quill editor on the website  ## Steps to Reproduce 1. clone repo 2. run example 3. keyboard "tab" switches focus...
I currently build an editor, which may reload the content, at same time i need to add Listener to controller, so I can count special element synchronous. So can ZefyrController...
when running the example, click change font, the toolbar disappeared.  ## Steps to Reproduce 1. clone the source code 2. run example under macos 3. switch to "Decorated field"...
when an sql file starts with "--transaction-off", means turn transaction off. and print every sql when migrate.
composite type (user defined type)'s attribute should use typeid from database, not from value type
hi impossibl team, composite type attribute type id, should use the type id defined from database, not resolved by java value type. it should be the typeid defined in 'pg_attribute'...