Betterment / demo_mode

A configurable demo mode for your Rails app. Specify your desired "personas" and Demo Mode will handle the rest.
MIT License
23 stars 8 forks source link

Handle case where table-filter is not found #12

Closed rzane closed 11 months ago

rzane commented 11 months ago

When there are no standard personas, the input[data-behavior=table-filter] element won't exist (see here). As a result, the following JS error is thrown:

TypeError: Cannot set properties of null (setting 'oninput')

This PR does an early return if that input is not found.

In addition to this bugfix, the following maintenance has been performed:

smudge commented 11 months ago

Looks like Rubocop is still running with TargetRubyVersion 2.7 and complaining.