default to never

This commit is contained in:
Liam DeBeasi
2019-06-11 14:01:12 -04:00
parent 500edddcb1
commit aac60b1390
4 changed files with 6 additions and 6 deletions

View File

@ -3800,7 +3800,7 @@ export namespace Components {
*/
'setFocus': () => void;
/**
* Sets the behavior for the cancel button. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
*/
'showCancelButton': boolean | string;
/**
@ -3890,7 +3890,7 @@ export namespace Components {
*/
'searchIcon'?: string;
/**
* Sets the behavior for the cancel button. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
*/
'showCancelButton'?: boolean | string;
/**