Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pkp-lib#8850 Add disabled property for form text in ui-library #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ipula
Copy link
Contributor

@ipula ipula commented Mar 21, 2023

adding disabling function for form text field
disablingOptIn-2

Copy link
Member

@asmecher asmecher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ipula! Here are a couple of initial comments -- once these comments are addressed I'll pass it along to someone else who knows ui-library better than me for a second round of review.

@@ -90,6 +88,7 @@ export default {
props: {
inputType: String,
optIntoEdit: Boolean,
disableFeild: Boolean,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be disableField (here and elsewhere)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wll fix this and recommit

@@ -80,7 +78,7 @@
</div>
</div>
</template>

optIntoEdit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like left-over debugging text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will check I think merging issue

@@ -52,8 +52,6 @@
/>
<span
v-if="prefix"
class="pkpFormField__inputPrefix"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these two lines removed for a reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this also merging issue

@ipula ipula force-pushed the issue-29 branch 2 times, most recently from 3e4f6ac to abdc9fb Compare March 28, 2023 08:21
@withanage withanage changed the title add disabling option form text field pkp/pkp-lib#8850 Add disabled property for form text in ui-library Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants