Typo
parent
47a1d6af29
commit
464fe2130f
|
@ -5,7 +5,6 @@ import FloatLabelStyle from 'primevue/floatlabel/style';
|
||||||
export default {
|
export default {
|
||||||
name: 'BaseFloatLabel',
|
name: 'BaseFloatLabel',
|
||||||
extends: BaseComponent,
|
extends: BaseComponent,
|
||||||
props: {},
|
|
||||||
style: FloatLabelStyle,
|
style: FloatLabelStyle,
|
||||||
provide() {
|
provide() {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
*
|
*
|
||||||
* FloatLabel appears on top of the input field when focused.
|
* FloatLabel appears on top of the input field when focused.
|
||||||
*
|
*
|
||||||
* [Live Demo](https://www.primevue.org/inputtext/)
|
* [Live Demo](https://www.primevue.org/floatlabel/)
|
||||||
*
|
*
|
||||||
* @module floatlabelstyle
|
* @module floatlabelstyle
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue