appbaseio / appbaseio/reactivesearch

Cannot style disabled pager buttons

Open
#1,135 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
4.9k
Forks
478
PR merge metrics
No merged PRs in 30d

Description

**Affected Projects**
React

**Is your feature request related to a problem? Please describe.**
I'm trying to style my ReactiveSearch to look like the rest of my website. I'm having difficulty styling the disabled pager buttons. I'm using Bootstrap as the framework to style my website.
Pager buttons which are disabled do not take the disabled button style. The pager button markup looks like this:
```
Prev
```
Bootstrap does not like this because:
> ``s don’t support the disabled attribute

See [here](https://getbootstrap.com/docs/4.0/components/buttons/#disabled-state).

**Describe the solution you'd like**
Could you also add a disabled class?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.