The Wayback Machine - https://web.archive.org/web/20210724142213/https://github.com/topics/nocode
Skip to content
#

nocode

Here are 115 public repositories matching this topic...

budibase

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

  • Updated Jun 18, 2021
  • TypeScript
imvetri
imvetri commented Sep 25, 2020
  1. Setup the project locally or visit the demo site here https://imvetri.github.io/ui-editor/
  2. Click Components->Div. Div is a recursive component that can move, resize, draw more divs within it and add text. These options are available because of the select option.
  3. Remove select from Div and create it as a new component "Select".
  4. Use Select component within the Div component.
  5. If it
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 nocode 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 nocode topic, visit your repo's landing page and select "manage topics."

Learn more