Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/incubator text field preset #1111

Merged
merged 2 commits into from
Jan 3, 2021
Merged

Conversation

ethanshar
Copy link
Collaborator

Description

Support preset prop in the new TextField component and add the first "default" preset.
This should keep parity with the old TextField UI but still allows to keep the UI code separated

Changelog

Support "default" preset to our Incubator.TextField component

/**
* Predefined preset to use for styling the field
*/
preset?: 'default' | undefined;
Copy link
Contributor

@mendyEdri mendyEdri Jan 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would the type be optional boolean?
(useDefaultPreset for example)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the idea was to add more presets in the future, so the preset prop was meant to be used as an enum.
For now I just added the default preset so it feels redundant..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's what I thought it meant to be, merging

Copy link
Contributor

@mendyEdri mendyEdri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comment regarding a type :)

@mendyEdri mendyEdri merged commit 4451381 into master Jan 3, 2021
M-i-k-e-l added a commit that referenced this pull request Jan 3, 2021
…-logic

* master:
  Fix lint error
  cleanup eslintrc file
  Infra/useDidUpdate (#1112)
  Support UI presets for Incubator.TextField and set a 'default' preset (#1111)
  Fix lint issues
  fix radioButton lint errors and generate types
  Fix/imageSource deprecation (#1115)
  Typescript/tab controller move to function component (#1098)
  Feat/radio button customize styling (#1092)
  bug fixes for TabBar refactor (#1106)
  Update ios target to 11
  prettify file
  Fix icon size in badges example screen (#1104)
  icon prop - fix type to be both number and object. (#1086)
  enable eslint on both ts and js files (#1101)
  fix eslint (#1107)

# Conflicts:
#	demo/src/screens/componentScreens/FaderScreen.tsx
#	src/components/fader/index.tsx
#	src/components/tabController/FadedScrollView.tsx
#	src/components/tabController/TabBar.tsx
@ethanshar ethanshar deleted the feat/IncubatorTextFieldPreset branch July 26, 2021 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants