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

Adds TextInput as a new web component #27348

Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
7f9af9e
radio init
brianchristopherbrady Mar 3, 2023
70c55e0
styles radio
brianchristopherbrady Mar 3, 2023
f3cb7f4
Merge branch 'microsoft:web-components-v3' into web-components-v3
brianchristopherbrady Mar 3, 2023
a72d10f
reverts branch
brianchristopherbrady Mar 3, 2023
2941fa7
Merge branch 'web-components-v3' of https://github.com/brianchristoph…
brianchristopherbrady Mar 3, 2023
9b350fc
Merge branch 'microsoft:web-components-v3' into web-components-v3
brianchristopherbrady Mar 20, 2023
2cf59ce
input spec init
brianchristopherbrady Mar 20, 2023
79b6bff
cleans up spec
brianchristopherbrady Mar 20, 2023
5558b93
formatting
brianchristopherbrady Mar 20, 2023
3c045c3
updates component name to text input
brianchristopherbrady Mar 20, 2023
2370967
updates component name in spec
brianchristopherbrady Mar 20, 2023
0040fbd
text input init
brianchristopherbrady Mar 22, 2023
f36d8c6
adds text input options
brianchristopherbrady Mar 22, 2023
9be3a2e
styles text input
brianchristopherbrady Mar 23, 2023
630632f
updates text input styles
brianchristopherbrady Mar 23, 2023
5786394
adds input size attribute and styles
brianchristopherbrady Mar 23, 2023
0d9fa2e
updates text input storybook
brianchristopherbrady Mar 27, 2023
c04acf4
text input: adds properties to class
brianchristopherbrady Mar 27, 2023
8afab54
text-input: re-exports TextFieldType as TextInputType
brianchristopherbrady Mar 27, 2023
7a001f5
text input: fixes export names
brianchristopherbrady Mar 27, 2023
bb80c49
text input: updates underline styles
brianchristopherbrady Mar 27, 2023
0d8f5da
text-input: exports text-input from package.json
brianchristopherbrady Mar 28, 2023
827cd99
removes dead code
brianchristopherbrady Mar 28, 2023
821ccdb
text-input: removes default attr values
brianchristopherbrady Mar 28, 2023
4504f6e
text-input: updates icon sizes
brianchristopherbrady Mar 28, 2023
3dbcaf5
text-input: updates block vs inline implimentation
brianchristopherbrady Mar 29, 2023
a0d7c34
text-input: updates docs
brianchristopherbrady Mar 29, 2023
170aa17
text-input: adds styling support for icons and text passed through st…
brianchristopherbrady Mar 29, 2023
9eba387
text-input: updates border styles
brianchristopherbrady Mar 30, 2023
f8d58f0
input: updates storybook content
brianchristopherbrady Mar 30, 2023
b1f644e
updates README
brianchristopherbrady Mar 30, 2023
6ac34cf
text-input: adds filled non shadow variants
brianchristopherbrady Mar 30, 2023
78eceaf
text-input: modifies storybook examples
brianchristopherbrady Mar 31, 2023
e630555
text-input: removes dead import
brianchristopherbrady Mar 31, 2023
fb73475
addresses PR feedback
brianchristopherbrady Apr 4, 2023
939536c
text input: updates styles
brianchristopherbrady Apr 6, 2023
e97bec8
text input: yarn change
brianchristopherbrady Apr 6, 2023
54cb7c4
text input: updates README and styles
brianchristopherbrady Apr 6, 2023
3de0b20
text input: shorthands css property
brianchristopherbrady Apr 10, 2023
43df042
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady Apr 11, 2023
5b58ec4
textinput: fixes ts errors
brianchristopherbrady May 5, 2023
0581dc5
textinput: updates attribute name
brianchristopherbrady May 5, 2023
efe2674
textinput: uses fluent-label in stories
brianchristopherbrady May 5, 2023
6b8eb42
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady May 5, 2023
2154362
textinput: updates control size type name
brianchristopherbrady May 9, 2023
026e324
Merge branch 'user/brianbrady/text-input' of https://github.com/brian…
brianchristopherbrady May 9, 2023
c3c2313
textinput: updates storybook
brianchristopherbrady May 9, 2023
5f8be41
textinput: updates type
brianchristopherbrady May 9, 2023
1f87e19
textinput: updates story styles
brianchristopherbrady May 9, 2023
f65335f
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady May 9, 2023
6f9584f
Update change/@fluentui-web-components-ec003fd2-a453-4e83-b620-9ec9f3…
brianchristopherbrady May 22, 2023
cb1a2d2
text-input: addresses feedback
brianchristopherbrady May 22, 2023
bf6d213
text-input: alphabetize exports, removes setting default attr value
brianchristopherbrady May 22, 2023
e01a615
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady May 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
textinput: updates storybook
brianchristopherbrady committed May 9, 2023
commit c3c2313574d63fad92dfe6cca4d0ddc371c2e913
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export default {
type: {
description: 'Sets the input type',
table: {
defaultValue: { summary: 'text' },
defaultValue: { summary: `${TextInputType.text}` },
},
options: Object.values(TextInputType),
control: {
@@ -61,7 +61,7 @@ export default {
controlSize: {
description: 'Sets the size of the control',
table: {
defaultValue: { summary: 'medium' },
defaultValue: { summary: `${TextInputControlSize.medium}` },
},
control: {
type: 'select',
@@ -71,7 +71,7 @@ export default {
appearance: {
description: 'Sets the visual appearance of the control',
table: {
defaultValue: { summary: 'outline' },
defaultValue: { summary: `${TextInputAppearance.outline}` },
},
control: {
type: 'select',