Fix/mask generic inputs (#1570)

* add masking to generic input component

* clear inputs after submission

* adjust convenience FE make steps

* cleaner masking

* remove mask pipe from module

* switch to redacted font
This commit is contained in:
Lucy C
2022-06-27 13:51:35 -06:00
committed by GitHub
parent 22af45fb6e
commit 123f71cb86
8 changed files with 48 additions and 11 deletions

View File

@@ -83,4 +83,7 @@ patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules
npm --prefix patch-db/client run build
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
frontend: frontend/node_modules frontend/config.json $(EMBASSY_UIS)
frontends: frontend/node_modules frontend/config.json $(EMBASSY_UIS)
# this is a convenience step to build the UI
ui: frontend/node_modules frontend/config.json frontend/dist/ui