Library's category search modal's options' KFixedGrid
requires numCols
to be greater than 1
#8988
Labels
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
TAG: mobile
Issues related to responsiveness or touch-screens
Observed behavior
In the mobile view, when a learner clicks on Filter button to open the side panel overlay, if they click on a category like "School," there is an error message on the console related to
KFixedGrid
and thenumCols
prop passed fromCategorySearchModal
toCategorySearchModalOptions
.The validator for
KFixedGrid
requires a number between 2 and 12, but thenumCols
passed toCategorySearchModalOptions
is 1.Errors and logs
Expected behavior
No error in console.
User-facing consequences
Unless there is a design change, there are no user-facing consequences.
Steps to reproduce
Context
Chrome
Kolibri 0.15
The text was updated successfully, but these errors were encountered: