alexyoubaifu opened a new issue #493: wxc-lightbox prop show-indicator didn't work URL: https://github.com/apache/incubator-weex-ui/issues/493 ##### 1.Your development environment(weex、weex-toolkit、system and more). - weex ##### 2.Expected behavior and actual behavior. - expect `wxc-lightbox` prop `show-indicator` to hide indicator - actual: `show-indicator` didn't work, and I looked up the [source code](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-lightbox/index.vue), found I have to use `indicatorColor` do something like this `:indicatorColor="{ width: 0 + 'px' }"` to hide the indicator ##### 3.Steps to reproduce the problem. - import wxc-lightbox and specify the `show-indicator` to `false` - `:show-indicator="false"`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
