diff --git a/resources/views/bootstrap-4/form-select.blade.php b/resources/views/bootstrap-4/form-select.blade.php
index 57206e1..c579e87 100644
--- a/resources/views/bootstrap-4/form-select.blade.php
+++ b/resources/views/bootstrap-4/form-select.blade.php
@@ -1,3 +1,5 @@
+@props(['disablePlaceholder' => false])
+
@@ -23,7 +25,7 @@
{!! $attributes->merge(['class' => 'form-control ' . ($hasError($name) ? 'is-invalid' : '')]) !!}>
@if($placeholder)
-
@endif
@@ -42,4 +44,4 @@
@if($hasErrorAndShow($name))
@endif
-
\ No newline at end of file
+
diff --git a/resources/views/bootstrap-5/form-select.blade.php b/resources/views/bootstrap-5/form-select.blade.php
index 4c51724..87ffcae 100644
--- a/resources/views/bootstrap-5/form-select.blade.php
+++ b/resources/views/bootstrap-5/form-select.blade.php
@@ -1,3 +1,5 @@
+@props(['disablePlaceholder' => false])
+
@if($floating)
diff --git a/resources/views/tailwind-forms-simple/form-select.blade.php b/resources/views/tailwind-forms-simple/form-select.blade.php
index 7dff3de..9a0a267 100644
--- a/resources/views/tailwind-forms-simple/form-select.blade.php
+++ b/resources/views/tailwind-forms-simple/form-select.blade.php
@@ -1,3 +1,5 @@
+@props(['disablePlaceholder' => false])
+
\ No newline at end of file
+
diff --git a/resources/views/tailwind/form-select.blade.php b/resources/views/tailwind/form-select.blade.php
index 91e3ad9..94697d4 100644
--- a/resources/views/tailwind/form-select.blade.php
+++ b/resources/views/tailwind/form-select.blade.php
@@ -1,3 +1,5 @@
+@props(['disablePlaceholder' => false])
+
\ No newline at end of file
+