react-infinite
react-infinite copied to clipboard
Added accessibility tags into control and removed nested containing div
Added the following tags to the outer div for accessibility:
role="feed"
aria-setsize="-1"
aria-busy={this.state.isInfiniteLoading}
Remove the nested div (smoothScrollingWrapper) and moved infiniteScrollStyles to the outer div.
Fixed lint errors and tests.
@garetht Would you be interested in merging this PR into the main codebase?
@Jackleberry sorry for the delay! This will be a breaking change that is incompatible with older versions so it will have to wait for an explicitly incompatible release.