bwubs
One field, multiple inputs
Depending on the medium of the message, the second row needs to either include the time or not. When the message needs to be sent at the moment of the trigger, there's no need for a time offset. So the second row just needs to be "at [trigger]".
28 replies
One field, multiple inputs
The reason i'm working with a custom field that contains multiple inputs is becasue of the editing. Now inside the custom field I can break the value apart in it's indiviual parts and fill the form fields accordingly
28 replies
One field, multiple inputs
From what I understand after a quick look, this is built on
->reactive()
fields.
For what it's worth, I'm already working on a solution. What I have so far is this:
file moment-offset.blade.php
This combines two rows into one field, resulting in one state binding. I don't know if this is the "correct" way of doing this, but it seems to work so far28 replies