Skip to content
#

lowcode

Here are 86 public repositories matching this topic...

budibase

全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态

  • Updated Aug 10, 2021
  • TypeScript
obsei
openvalidation
LSchultebraucks
LSchultebraucks commented Jan 31, 2020

Expected Behavior

I expect that arithmetic expression where there is no space between operands and operator can be parsed correct. E.g. (3*3) or (3*3) + 3

Current Behavior

Arithmetic expressions like (3*3) currently throw errors (like comparison contains Different DataTypes). Expressions like (3*3) + 3 are parsed like (3.0+3.0) wh

Improve this page

Add a description, image, and links to the lowcode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lowcode topic, visit your repo's landing page and select "manage topics."

Learn more