GithubHelp home page GithubHelp logo

Comments (5)

ichan-mb avatar ichan-mb commented on July 16, 2024

Yeah.. it should have been fixed by #1405

from fuselibs.

ckarmy avatar ckarmy commented on July 16, 2024

This is fixed? I try in teh last version and I have the same problem

Example: (when I press Reset disappear)

<App>
	<JavaScript>
		var Observable = require("FuseJS/Observable");
		var MyNumber = Observable("23");

		function Reset() {
			MyNumber.value = "0";
		}

		module.exports = {
			MyNumber: MyNumber,
			Reset: Reset
		};
	</JavaScript>

	<StackPanel Background="#fff">
		<TextInput Value="{MyNumber}" TextAlignment="Center" InputHint="Decimal" TextWrapping="Wrap" Alignment="Center" Width="90%" Padding="4" FontSize="50" TextColor="#000" CaretColor="#000" Margin="0,15,0,0">
			<WhileContainsText>
				<Change PlaceHolderTextViewerNumero.Opacity="0" />
			</WhileContainsText>

			<Text ux:Name="PlaceHolderTextViewerNumero" FontSize="14" TextColor="{ColorPrincipal}" Opacity="0.6" Value="Respuesta:" />
			<Rectangle Height="2." Width="100%" Color="{ColorPrincipal}" Opacity="0.5" X="0%" Y="100%" />
		</TextInput>

		<Button Text="Reset">
			<Clicked Handler="{Reset}" />
		</Button>
	</StackPanel>
</App>

from fuselibs.

ichan-mb avatar ichan-mb commented on July 16, 2024

Sorry, I have mistaken, the issue that has been resolved is for the TextView, for theTextInput I'll try to investigate

from fuselibs.

ckarmy avatar ckarmy commented on July 16, 2024

Yes, the problem was in textview but now I found it in textinput.

Thanks!!

from fuselibs.

ichan-mb avatar ichan-mb commented on July 16, 2024

It has been fixed by this PR: #1414

from fuselibs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.