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

Input 'textStyle' field is not optional #68 #77

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

CyberDex
Copy link
Member

@CyberDex CyberDex commented Jun 19, 2023

fixes #68
fixes #67

@@ -8,7 +8,7 @@ import { getView } from './utils/helpers/view';
import { Padding } from './utils/HelpTypes';

export type InputOptions = {
bg?: Container | string;
bg: Container | string;
Copy link
Member Author

Choose a reason for hiding this comment

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

Fix for Input bg field is not optional #67

Comment on lines +157 to +158
this.options.textStyle = options.textStyle ?? defaultTextStyle;

Copy link
Member Author

Choose a reason for hiding this comment

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

Fix for Input 'textStyle' field is not optional #68

@CyberDex CyberDex merged commit 3592229 into main Jun 19, 2023
@CyberDex CyberDex deleted the Input'textStyle'fieldisnotoptional#68 branch June 19, 2023 15:14
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.

Input 'textStyle' field is not optional Input bg field is not optional
2 participants