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: Add missing features to Search component #197

Merged
merged 15 commits into from
Nov 30, 2022

Conversation

MoizMasud
Copy link
Contributor

@MoizMasud MoizMasud commented Nov 25, 2022

Signed-off-by: Moiz Masud [email protected]

closes #19
check off Search here: #134

@netlify
Copy link

netlify bot commented Nov 25, 2022

Deploy Preview for carbon-components-builder ready!

Name Link
🔨 Latest commit 6f59ead
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-builder/deploys/6387a33eae1b3e000805f8b4
😎 Deploy Preview https://deploy-preview-197--carbon-components-builder.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@MoizMasud MoizMasud requested review from Akshat55 and zvonimirfras and removed request for Akshat55 November 25, 2022 06:25
@MoizMasud MoizMasud changed the title Issue#19 feat: Add missing features to Search component Nov 25, 2022
Signed-off-by: Moiz Masud <[email protected]>
Signed-off-by: Moiz Masud <[email protected]>
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/fragment-components/a-searchinput.tsx Outdated Show resolved Hide resolved
src/ui-fragment/src/components/ui-serach-input.tsx Outdated Show resolved Hide resolved
src/ui-fragment/src/components/ui-serach-input.tsx Outdated Show resolved Hide resolved
@MoizMasud MoizMasud requested a review from Akshat55 November 30, 2022 16:52
light: checked
})} />
<Checkbox
labelText='AutoComplete'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
labelText='AutoComplete'
labelText='Autocomplete'

<Checkbox
labelText='AutoComplete'
id='autoComplete'
checked={selectedComponent.autoComplete === 'on'}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
checked={selectedComponent.autoComplete === 'on'}
checked={selectedComponent.autocomplete === 'on'}

checked={selectedComponent.autoComplete === 'on'}
onChange={(checked: any) => setComponent({
...selectedComponent,
autoComplete: checked ? 'on' : 'off'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
autoComplete: checked ? 'on' : 'off'
autocomplete: checked ? 'on' : 'off'

})} />
<Checkbox
labelText='Auto complete'
id='autoComplete'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
id='autoComplete'
id='autocomplete'

@zvonimirfras zvonimirfras merged commit 1d8cce0 into IBM:main Nov 30, 2022
MoizMasud added a commit to MoizMasud/carbon-components-builder that referenced this pull request Dec 7, 2022
* Add missing properties to search component

Signed-off-by: Moiz Masud <[email protected]>

* Add props to ui-search preview file

Signed-off-by: Moiz Masud <[email protected]>

* Lint fix

Signed-off-by: Moiz Masud <[email protected]>

* Lint fix

Signed-off-by: Moiz Masud <[email protected]>

* Update src/ui-fragment/src/components/ui-serach-input.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/ui-fragment/src/components/ui-serach-input.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Change auto complete naming convention

Signed-off-by: Moiz Masud <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Signed-off-by: Moiz Masud <[email protected]>
Co-authored-by: Akshat Patel <[email protected]>
Signed-off-by: Moiz Masud <[email protected]>
connorAhearn pushed a commit to connorAhearn/carbon-ui-builder-actions-ui that referenced this pull request Jun 29, 2023
* Add missing properties to search component

Signed-off-by: Moiz Masud <[email protected]>

* Add props to ui-search preview file

Signed-off-by: Moiz Masud <[email protected]>

* Lint fix

Signed-off-by: Moiz Masud <[email protected]>

* Lint fix

Signed-off-by: Moiz Masud <[email protected]>

* Update src/ui-fragment/src/components/ui-serach-input.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Update src/ui-fragment/src/components/ui-serach-input.tsx

Co-authored-by: Akshat Patel <[email protected]>

* Change auto complete naming convention

Signed-off-by: Moiz Masud <[email protected]>

* Update src/fragment-components/a-searchinput.tsx

Signed-off-by: Moiz Masud <[email protected]>
Co-authored-by: Akshat Patel <[email protected]>
Signed-off-by: Connor-Ahearn <[email protected]>
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.

Add missing features to Search component
3 participants