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 ?
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
Set a different style on the attribute https://github.com/fulcrologic/fulcro-rad/blob/develop/src/main/com/fulcrologic/rad/attributes_options.cljc#L162
I guess
Hi all, wondering how to go about authorization in Fulcro. Any tips?
you mean for logging in?