Set min value dinamically
i have 2 integer values to fill
first one must be not greather than the 2nd one
and 2nd one must be not smaller than 1st one
This is what im trying, but im missing something and idk what it is :/
3 Replies
also tried to use
->afterStateUpdated(function (Get $get, Set $set, ?string $old, ?string $state) {
but with that i only got to set the value, but not the max value 🤔
this must be ez, but idk how to do it (,:try:
i was getting the wrong attr, now works:
thanks for the help