Hey guys, how are you?
I'm trying to create a custom input, but I can't capture the value generated by it, and the examples I found weren't very good...
I want to interact with these two range sliders, to generate a kind of XY coordinate to position something somewhere else. I can combine and handle the update of the sliders to compose my coordinate, but this value doesn't seem to be visible to other inputs or components of the form. Should I configure some method in the input class for this or should it work automatically? Debugging through the state I can see that the value I expect is in fact in the state, but for some reason I can't capture it in a livewire component of the same form.