Skip to content

[UIK-5033][pills] rewrite component to ts#2826

Open
slizhevskyv-semrush wants to merge 1 commit intorelease/v17from
UIK-5033/rewrite-component-to-ts
Open

[UIK-5033][pills] rewrite component to ts#2826
slizhevskyv-semrush wants to merge 1 commit intorelease/v17from
UIK-5033/rewrite-component-to-ts

Conversation

@slizhevskyv-semrush
Copy link
Copy Markdown
Contributor

Changelog

@semcore/pills

Fixed

  • Rewrite component to TS.

Motivation and Context

Nothing changed in how component works. Just rewrite to TS.

How has this been tested?

Manually

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Nice improve.

Checklist:

  • I have updated the documentation accordingly.
  • I have added new tests on added of fixed functionality.

@@ -50,10 +50,10 @@ export type PillsContext = {
};

export type PillsHandlers = {
value: (value: PillsValue) => void;
value: PillsValue;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

not sure abouh this...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

uncontrolledProps() {
    return {
      value: null,
    };
  }

is it should be a function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants