Skip to content

react-bootstrap-table2-overlay removes filter values #360

Open
@mathiaswillburger

Description

@mathiaswillburger

The textFilter input value is removed after data loading is completed, but only when using a loading overlay.

Here are the steps to reproduce the issue:

  • The table is set up with remote data fetching
  • The overlay property is used to display a spinner
  • textFilter() is used on all columns
  • When entering a filter value on any column, the overlay spinner is shown correctly and the filtered data is loaded correctly
  • However at the end, the filter value in the filter input box is removed

The filter behaves correctly and input values stay as soon as the overlay property is removed again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions