r3-team / r3

REI3 - Free and open low code
https://rei3.de
MIT License
322 stars 47 forks source link

Manipulating input fields (vue components) #58

Open TechInterMezzo opened 1 month ago

TechInterMezzo commented 1 month ago

Is it possible to manipulate form fields with frontend functions? I would like to change the color of the draw field when the form got loaded. As the default value seems to be hardcoded I can't think of another way that wouldn't involve recompiling R3. Or is there any system in place that allows to implement custom form fields?

r3-gabriel commented 1 month ago

There are multiple exposed calls to manipulate form fields via frontend functions: image

Changing color of the draw input field is not available though.

There is currently no way to overwrite or introduce new custom form fields in the r3 default. Doing this would require custom code and is quite a lot of work.