Trying to make a custom field (for custom complex component)
Hi guys! I'm trying to make a custom field component for an edit resource page form. Here is what I writed, to test the property reactivity, but it doesn't work.
Why I don't see "Sample text" in my field ?
2 Replies
To be more clear : I need to create a custom field that show a button. When we click on thsi button, it should open a modal with a custom form to select multiple things. Those things will be stored as JSON (this is a schedule) :
If it is a button, what do you need the input for? If the form opens a new modal with a form? Just to get your question straight π
because if it is just a button, you could add an action to that button which opens the modal with the form!