From 807eb2b610cfc97223a1cf9a00dedca9a793ddb0 Mon Sep 17 00:00:00 2001 From: jonah <57741810+bigboydiamonds@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:15:24 -0700 Subject: [PATCH] Feat/input disabled (#1443) * Add disabled prop to FilterInput * Ensure search input is disabled until app successfully mounts * Add border opacity when not mounted --------- Co-authored-by: Jonah Lin <57741810+linjonah@users.noreply.github.com>