diff --git a/src/ui/group/GroupUi.js b/src/ui/group/GroupUi.js index d32cf9e..76eb5d1 100644 --- a/src/ui/group/GroupUi.js +++ b/src/ui/group/GroupUi.js @@ -838,6 +838,11 @@ module.exports = Class( 'GroupUi' ) 'public isFieldVisible': function( id, index ) { + if ( index > this.getCurrentIndex() ) + { + return false; + } + this._visCache[ id ] = this._visCache[ id ] || []; // if no index was provided, then determine if *any* of the indexes are