Checkbox binding in Google AppMaker

落爺英雄遲暮 提交于 2020-01-16 09:04:12

问题


How to do binding for the checkbox? together with the user input if they choose other here? can anyone help?


回答1:


The simplest implementation will be with Multiselect Widget. However, it will look slightly different:

Model

Designer

Note, strToArray transformer is used in the values binding

Runtime

For sure, you can go fancy customizing look and feel of the Multiselect with CSS or playing with input's visibility basing on selected values and so on...



来源:https://stackoverflow.com/questions/49933936/checkbox-binding-in-google-appmaker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!