laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

hideTab and tabVisibility function has no effect #306

Closed kitcChu closed 4 years ago

kitcChu commented 4 years ago

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

aocneanu commented 4 years ago

@kitcChu this belongs to the forms repo. Please reopen there.