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

Required fields with default values == 0 are evaluated as falsy and gain an error state when they lose focus #591

Closed
StratusBase opened this issue May 23, 2017 · 2 comments
Assignees
Labels
T: bug Functionality that does not work as intended/expected

Comments

@StratusBase
Copy link

StratusBase commented May 23, 2017

Steps to reproduce

  • Create a required field that is bound to a model that has a default value === 0.
  • Tab into the field to gain focus, or add the autofocus attribute.
  • Tab out of the field without supplying an input (since it has a default value at the model layer).
  • The field should gain an error state. (the bug)

Versions

master (0.12.0)

What is expected ?

Fields with bound models that have a default value should not gain an error state if tabbing thru to another field. As it has a value (even if it's 0), it should only enter an erroneous state if the default value is not valid (null), or the user modifies the value to something erroneous.

What is actually happening ?

Required fields that are bound to a model with a default value == 0 (falsy) are gaining an error state if tabbed thru and no input has been made / changed.

Reproduction Link

https://jsfiddle.net/5gb7L91t/2/

Current Work-Around

Bind the field to a model value that is a string representation of the numeric value.

@StratusBase StratusBase changed the title Required fields with default values == 0 are evaluated as falsy and gain an error state Required fields with default values == 0 are evaluated as falsy and gain an error state when they lose focus May 23, 2017
@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label May 23, 2017
@johnleider johnleider self-assigned this May 23, 2017
johnleider pushed a commit that referenced this issue May 25, 2017
@StratusBase
Copy link
Author

Thank you!

johnleider added a commit that referenced this issue May 30, 2017
* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers
johnleider added a commit that referenced this issue Jun 1, 2017
* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3
johnleider added a commit that referenced this issue Jun 1, 2017
* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3
johnleider added a commit that referenced this issue Jun 1, 2017
* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4
johnleider added a commit that referenced this issue Jun 2, 2017
* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* change so that dynamic content isn't hidden due to explicit height declaration

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* fixing issue with something that should not have been commited to master
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337
johnleider added a commit that referenced this issue Jun 2, 2017
* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* merge (#666)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#667)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* change so that dynamic content isn't hidden due to explicit height declaration

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* fixing issue with something that should not have been commited to master

* Fix/menu (#668)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* Fix/dialog (#669)

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* merge (#666)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration

* fix for #620 / enhancement for #628

* tweaks for fullscreen dialog

* updated logic so docs don't look bad

* Fixes #672

* Fixed bug introduced by 4286891

* Solves #657

* fix for #670

* fix for #673
@lock
Copy link

lock bot commented Apr 16, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants