fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
murtaza52 2020-09-12T20:48:18.421400Z

I wanted to use a different control for rendering an input field in the RAD form, how do I do that ? I wanted to use react-number-format for rendering an input, how do I link an attribute with a control renderer for a rad form ?

Jakub Holý 2020-09-13T13:18:22.448100Z

Something like :com.fulcrologic.rad.form/type->style->control? See https://github.com/fulcrologic/fulcro-rad-semantic-ui/blob/develop/src/main/com/fulcrologic/rad/rendering/semantic_ui/semantic_ui_controls.cljc

Jakub Holý 2020-09-13T13:20:07.448400Z

Set a different style on the attribute https://github.com/fulcrologic/fulcro-rad/blob/develop/src/main/com/fulcrologic/rad/attributes_options.cljc#L162

Jakub Holý 2020-09-13T13:20:12.448700Z

I guess

az 2020-09-12T22:40:19.422500Z

Hi all, wondering how to go about authorization in Fulcro. Any tips?

Mr. Savy 2020-09-12T23:12:35.422700Z

you mean for logging in?