@nativetail/ui 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -58,6 +58,10 @@ export function Input({
|
|
58
58
|
{leftElement && (
|
59
59
|
<View className="absolute left-2 bottom-2">{leftElement}</View>
|
60
60
|
)}
|
61
|
+
|
62
|
+
{rightElement && (
|
63
|
+
<View className="absolute right-2 bottom-2">{rightElement}</View>
|
64
|
+
)}
|
61
65
|
{error && <Text className="text-danger text-sm">{error}</Text>}
|
62
66
|
|
63
67
|
{isSecretToggleable && (
|