Aleksandr
Aleksandr
``` ``` ``` import layoutRu from "@/components/parts/keyboard-layout-ru"; // load default style export default { name: 'keyboard', data () { return { visible: false, layout: layoutRu, input: null, options: { useKbEvents:...
``` MorphTo::make('Targetable')->types([ City::class, ]), ``` ``` ConditionalContainer::make([ Select::make('type') ->options([EmergencyTypes::GENERAL => EmergencyTypes::GENERAL]), ]) ->if(fn() => 'targetable_type = cities OR targetable = ' . City::uriKey()), // THIS WORK ->if(fn() => 'targetable =...