pull/6424/head
tugcekucukoglu 2024-09-17 12:46:40 +03:00
parent 47a1d6af29
commit 464fe2130f
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import FloatLabelStyle from 'primevue/floatlabel/style';
export default {
name: 'BaseFloatLabel',
extends: BaseComponent,
props: {},
style: FloatLabelStyle,
provide() {
return {

View File

@ -2,7 +2,7 @@
*
* 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
*