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 { export default {
name: 'BaseFloatLabel', name: 'BaseFloatLabel',
extends: BaseComponent, extends: BaseComponent,
props: {},
style: FloatLabelStyle, style: FloatLabelStyle,
provide() { provide() {
return { return {

View File

@ -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
* *