keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
Ahmed Hassan 2019-06-19T14:31:24.128900Z

How can I use keechma/forms with Ant Design Mobile?

mihaelkonjevic 2019-06-19T15:01:10.130200Z

@ahmed1hsn I haven't used ant design mobile. Is it a react or react native lib?

Ahmed Hassan 2019-06-19T15:01:43.130700Z

It is both. But I have to use it for react.

mihaelkonjevic 2019-06-19T15:05:45.133600Z

Check how the inputs are wrapped and how are they used in the component

mihaelkonjevic 2019-06-19T15:07:43.135400Z

Also you need another file to actually process the form data and to handle the behavior https://github.com/gothinkster/clojurescript-keechma-realworld-example-app/blob/master/src/cljs/realworld/forms/login.cljs And the form has to be mounted which happens here https://github.com/gothinkster/clojurescript-keechma-realworld-example-app/blob/master/src/cljs/realworld/forms.cljs

Ahmed Hassan 2019-06-19T15:10:56.135900Z

Thanks.

Ahmed Hassan 2019-06-19T15:17:51.137300Z

Do I need to include keechma/forms separately in dependencies? or are they included in keechma/toolbox?

mihaelkonjevic 2019-06-19T16:29:51.137600Z

they are part of the keechma toolbox package