Smart knobs correctly pick the rows prop up, but fail to show the knobs for the Input. This should work as it works with React. Why is it different in smart knobs?
This is probably an issue with babel-plugin-react-docgen. Could you have a look at that package and try and reproduce your issue? If it does reproduce, please open an issue there and mention it here ;)
Let's say I have an Input component with these prop types:
Then I have a TextArea component with these prop types:
Smart knobs correctly pick the
rows
prop up, but fail to show the knobs for the Input. This should work as it works with React. Why is it different in smart knobs?