Closed kitcChu closed 4 years ago
This is a bug | feature request.
hideTab and tabVisibility function has no effect, How it works
create.vue .... methods:{ showSomeTab: function(event){ this.$ref.form.tab('SomeTab').tabVisibility = true; }
hideTab and tabVisibility function has no effect
@kitcChu this belongs to the forms repo. Please reopen there.
This is a bug | feature request.
Prerequisites
Description
hideTab and tabVisibility function has no effect, How it works
Steps to Reproduce
class SomeForm public function create() { return $this->form ->hideTab('SomeTab') ->tabVisibility('SomeTab',true) ->create(); }
create.vue .... methods:{ showSomeTab: function(event){ this.$ref.form.tab('SomeTab').tabVisibility = true; }
Expected behavior
Actual behavior
hideTab and tabVisibility function has no effect