Consolidate TextField
override widgets to minimize code duplication across several themes
#2526
Closed
1 of 3 tasks
Labels
Prerequisites
Description
The
bootstrap-4
,fluent-ui
andmaterial-ui
themes all overrideTextWidget
for many of the otherinput
based widgets (i.e.UrlWidget
,EmailWidget
, etc...). Theantd
andsemantic
themes could also use the exact same pattern for some of theinput
based widgets as well where the only difference in code is thetype
. Thecore
implementation has aBaseInput
which is used for exactly the same pattern in use by the other themes. It probably makes sense from a DRY code perspective to remove as much of the duplicate code and rely on the underlyingcore
implementation where possible. This is a big refactor. I volunteer to take it on... one theme at a time until it is done.Version
v3.x
The text was updated successfully, but these errors were encountered: