INWTlab / shinyMatrix

https://inwtlab.github.io/shinyMatrix/
Other
19 stars 6 forks source link

Label to matrixInput #6

Closed massonix closed 4 years ago

massonix commented 4 years ago

Hi,

Is it possible to add a label to the matrixInput function? This seems to be a common parameter in input functions in shiny (https://mastering-shiny.org/basic-ui.html).

Thanks,

Ramon

aneudecker commented 4 years ago

Hi Ramon,

thanks for this suggestion. We did not need this parameter yet but it makes sense to include it to increase consistency. For now you could use some custom ui wrapper function. I'll implement it though in near future.

massonix commented 4 years ago

Thanks a lot!

aneudecker commented 4 years ago

@massonix Added with https://github.com/INWTlab/shiny-matrix/commit/f68e2b119d96b407ac83359d3ebde5f27be84e4e

massonix commented 4 years ago

Perfect! I will use it!