Skip to content

fix: Example app thinks texts are checkboxes

Paul Slaughter requested to merge ps-fix-checkbox-handling-in-example-app into main

Description

Noticed on Firefox.

This MR fixes how we handle inputs in the example app. It was eagerly treating things as checked which apparently is always a boolean 🤷

Screenshot

  • Open example app
  • Clear out an input field
Before After
Screenshot_2023-10-10_at_2.53.18_PM Screenshot_2023-10-10_at_2.53.02_PM
Edited by Paul Slaughter

Merge request reports